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.
1 parent d705d13 commit 2aae289Copy full SHA for 2aae289
build/phpstan.neon
@@ -117,7 +117,7 @@ parameters:
117
message: "#^Parameter \\#1 (?:\\$argument|\\$objectOrClass) of class ReflectionClass constructor expects class\\-string\\<PHPStan\\\\ExtensionInstaller\\\\GeneratedConfig\\>\\|PHPStan\\\\ExtensionInstaller\\\\GeneratedConfig, string given\\.$#"
118
count: 1
119
path: ../src/Diagnose/PHPStanDiagnoseExtension.php
120
- - '#^Short ternary operator is not allowed#'
+ - identifier: ternary.shortNotAllowed
121
reportStaticMethodSignatures: true
122
tmpDir: %rootDir%/tmp
123
stubFiles:
0 commit comments