You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Requirements Checker
====================
> Running PHP CompatInfo with PHP 7.4.28 on Linux 4.19.128-microsoft-standard
> PHP is using the following php.ini file:
WARNING: No configuration file (php.ini) used by PHP!
> Checking PHP CompatInfo requirements:
[x] PHP version must be at least 7.4.0
[x] pdo_sqlite extension must be available
[x] Check if source "/home/devilbox/.cache/bartlett/compatinfo-db.sqlite" can be reached
[x] Check if tables exists in database
[x] Check if database contains at least one distribution platform
? Environment
> [APP_ENV] prod
> [APP_DATABASE_URL] sqlite:////home/devilbox/.cache/bartlett/compatinfo-db.sqlite
> [APP_PROXY_DIR] /tmp/bartlett/php-compatinfo-db/4.1.0@b8969ae/proxies
> [APP_VENDOR_DIR] /shared/backups/bartlett/php-compatinfo/vendor
> [APP_CACHE_DIR] /home/devilbox/.cache/bartlett
> [APP_HOME_DIR] /home/devilbox
[OK] Your system is ready to run the application.
! [NOTE] phpCompatInfo version 6.3.x-dev@efd410d DB version 4.1.0@b8969ae
Summary
When trying to detect trailing comma PHP feature that come with PHP 8.0, the TrailingCommaSniff fails to detect good results.
Bug report category
Summary
sectionDiagnose
Output of `diagnose` command
Summary
When trying to detect trailing comma PHP feature that come with PHP 8.0, the
TrailingCommaSniff
fails to detect good results.Expected behaviour
Expected PHP min value
Actual behaviour
Wrong PHP min value : given PHP 8.0.0alpha1
Feature issue.
Trailing comma
Source Code Analysis issue.
Source Code reference:
https://github.com/laminas/laminas-mail/releases/tag/2.16.0
Thanks to @remicollet for issue #345 that allow me to found this bug !
The text was updated successfully, but these errors were encountered: