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
Copy file name to clipboardExpand all lines: phpstan.neon
+6-2Lines changed: 6 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -140,7 +140,6 @@ parameters:
140
140
141
141
# internal reflection
142
142
- '#Instead of "new ClassReflection\(\)" use ReflectionProvider service or "\(new PHPStan\\Reflection\\ClassReflection\(<desired_type>\)\)" for static reflection to work#'
143
-
144
143
- '#Callable callable\(PHPStan\\Type\\Type\)\:PHPStan\\Type\\Type invoked with 2 parameters, 1 required#'
145
144
146
145
# known value
@@ -186,10 +185,15 @@ parameters:
186
185
# fixture class
187
186
- '#Class "Rector\\Tests\\Issues\\ScopeNotAvailable\\Variable\\ArrayItemForeachValueRector" is missing @see annotation with test case class reference#'
0 commit comments