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
message:'#^Parameter \#1 \$headers \(array\<string\>\) of method PHPStan\\Command\\ErrorsConsoleStyle\:\:table\(\) should be contravariant with parameter \$headers \(array\) of method Symfony\\Component\\Console\\Style\\StyleInterface\:\:table\(\)$#'
125
143
identifier:method.childParameterType
@@ -144,6 +162,18 @@ parameters:
144
162
count:1
145
163
path:src/Command/ErrorsConsoleStyle.php
146
164
165
+
-
166
+
message:'#^Call to static method expand\(\) of internal class Nette\\DI\\Helpers from outside its root namespace Nette\.$#'
167
+
identifier:staticMethod.internalClass
168
+
count:1
169
+
path:src/DependencyInjection/ContainerFactory.php
170
+
171
+
-
172
+
message:'#^Call to static method merge\(\) of internal class Nette\\Schema\\Helpers from outside its root namespace Nette\.$#'
173
+
identifier:staticMethod.internalClass
174
+
count:2
175
+
path:src/DependencyInjection/ContainerFactory.php
176
+
147
177
-
148
178
message:'#^Variable method call on Nette\\Schema\\Elements\\AnyOf\|Nette\\Schema\\Elements\\Structure\|Nette\\Schema\\Elements\\Type\.$#'
sprintf('Call to internal method %s::%s() from outside its root namespace %s.', $methodReflection->getDeclaringClass()->getDisplayName(), $methodReflection->getName(), $namespace),
80
-
'method.internal',
94
+
sprintf(
95
+
'Call to internal %smethod %s::%s() from outside its root namespace %s.',
0 commit comments