We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
PHP Insights
ForbiddenSecurityIssues
1 parent 398763a commit 65b9dabCopy full SHA for 65b9dab
phpinsights.php
@@ -53,6 +53,8 @@
53
// ExampleInsight::class,
54
NunoMaduro\PhpInsights\Domain\Insights\Composer\ComposerMustBeValid::class,
55
NunoMaduro\PhpInsights\Domain\Insights\ForbiddenNormalClasses::class,
56
+ // Disabled for now because of the - https://github.com/nunomaduro/phpinsights/issues/704
57
+ NunoMaduro\PhpInsights\Domain\Insights\ForbiddenSecurityIssues::class,
58
NunoMaduro\PhpInsights\Domain\Insights\ForbiddenTraits::class,
59
NunoMaduro\PhpInsights\Domain\Sniffs\ForbiddenSetterSniff::class,
60
ObjectCalisthenics\Sniffs\Classes\ForbiddenPublicPropertySniff::class,
0 commit comments