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
First... that you for this such good tool! I've started used it today (Symfony framework here). Just a quick report: not a big deal but, php deprecations are reported when running the tool:
root@76c2985d039a:/app# vendor/bin/phpinsights
PHP Deprecated: Creation of dynamic property SlevomatCodingStandard\Sniffs\TypeHints\DeclareStrictTypesSniff::$newlinesCountBeforeDeclare is deprecated in /app/vendor/nunomaduro/phpinsights/src/Domain/InsightLoader/SniffLoader.php on line 40
Deprecated: Creation of dynamic property SlevomatCodingStandard\Sniffs\TypeHints\DeclareStrictTypesSniff::$newlinesCountBeforeDeclare is deprecated in /app/vendor/nunomaduro/phpinsights/src/Domain/InsightLoader/SniffLoader.php on line 40
Is there any why to suppress it?
The text was updated successfully, but these errors were encountered:
First... that you for this such good tool! I've started used it today (Symfony framework here). Just a quick report: not a big deal but, php deprecations are reported when running the tool:
Is there any why to suppress it?
The text was updated successfully, but these errors were encountered: