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
@@ -6,17 +6,21 @@ parameters:
6
6
checkGenericClassInNonGenericObjectType:false
7
7
treatPhpDocTypesAsCertain:false
8
8
ignoreErrors:
9
-
- '#Strict comparison using === between false and .* will always evaluate to false\.*#'
10
9
- '#Call to an undefined method Symfony\\Component\\Config\\Definition\\Builder\\NodeDefinition::children\(\)#'
11
10
- '#Parameter \#1 \$value of class FG\\ASN1\\Universal\\Integer constructor expects int\, string given\.#'
12
11
- '#Variable static method call on Jose\\Component\\Core\\Util\\Hash\.#'
13
12
- '#Return type \(void\) of method Jose\\Bundle\\JoseFramework\\Routing\\JWKSetLoader::getResolver\(\) should be compatible with return type \(Symfony\\Component\\Config\\Loader\\LoaderResolverInterface\) of method Symfony\\Component\\Config\\Loader\\LoaderInterface::getResolver\(\)#'
14
13
- '#Method Jose\\Bundle\\JoseFramework\\Routing\\JWKSetLoader::(supports|load)\(\) has parameter \$type with no typehint specified\.#'
15
14
- '#.* should be contravariant with .*#'
16
15
- '#Call to deprecated function .*#'
16
+
- '#Parameter .* of function openssl_pkey_derive expects resource, string given\.#'
17
+
- '#Parameter .* of function call_user_func_array expects callable\(\)\:.* given\.#'
18
+
- '#Array .* does not accept object\.#'
19
+
- '#Invalid type object to throw\.#'
20
+
- '#Strict comparison using === between .* and .* will always evaluate to false\.#'
0 commit comments