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
PHPStanDiagnoseExtension - skip showing config files in "Included configs from Composer packages" if already present in the "Extension installer" section
Copy file name to clipboardexpand all lines: phpstan-baseline.neon
+15
Original file line number
Diff line number
Diff line change
@@ -159,6 +159,21 @@ parameters:
159
159
count:1
160
160
path:src/DependencyInjection/NeonAdapter.php
161
161
162
+
-
163
+
message:"#^Creating new ReflectionClass is a runtime reflection concept that might not work in PHPStan because it uses fully static reflection engine\\. Use objects retrieved from ReflectionProvider instead\\.$#"
164
+
count:1
165
+
path:src/Diagnose/PHPStanDiagnoseExtension.php
166
+
167
+
-
168
+
message:"#^Parameter \\#1 \\$objectOrClass of class ReflectionClass constructor expects class\\-string\\<PHPStan\\\\ExtensionInstaller\\\\GeneratedConfig\\>\\|PHPStan\\\\ExtensionInstaller\\\\GeneratedConfig, string given\\.$#"
169
+
count:1
170
+
path:src/Diagnose/PHPStanDiagnoseExtension.php
171
+
172
+
-
173
+
message:"#^Parameter \\#1 \\$path of function dirname expects string, string\\|false given\\.$#"
174
+
count:1
175
+
path:src/Diagnose/PHPStanDiagnoseExtension.php
176
+
162
177
-
163
178
message:"#^Doing instanceof PHPStan\\\\Type\\\\Constant\\\\ConstantStringType is error\\-prone and deprecated\\. Use Type\\:\\:getConstantStrings\\(\\) instead\\.$#"
0 commit comments