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
@@ -135,7 +135,6 @@ parameters:
135
135
136
136
# internal reflection
137
137
- '#Instead of "new ClassReflection\(\)" use ReflectionProvider service or "\(new PHPStan\\Reflection\\ClassReflection\(<desired_type>\)\)" for static reflection to work#'
138
-
139
138
- '#Callable callable\(PHPStan\\Type\\Type\)\:PHPStan\\Type\\Type invoked with 2 parameters, 1 required#'
140
139
141
140
# known value
@@ -181,10 +180,15 @@ parameters:
181
180
# fixture class
182
181
- '#Class "Rector\\Tests\\Issues\\ScopeNotAvailable\\Variable\\ArrayItemForeachValueRector" is missing @see annotation with test case class reference#'
0 commit comments