Skip to content

Commit

Permalink
PHPStan rules revised
Browse files Browse the repository at this point in the history
  • Loading branch information
Spomky committed Apr 12, 2022
1 parent ec20f33 commit f8774fc
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions phpstan.neon
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@ parameters:
message: '#Method Webauthn\\Bundle\\DependencyInjection\\Factory\\Security\\WebauthnFactory::.*\(\) has parameter \$config(s)? with no value type specified in iterable type array\.#'
path: src/symfony/src/DependencyInjection/Factory/Security/WebauthnFactory.php
count: 2
-
message: '#Parameter \#1 \$length of function random_bytes expects int<1, max>, int given\.#'
path: src/cose/src/Algorithm/Signature/RSA/PSSRSA.php
count: 1
-
message: '#Method Webauthn\\Bundle\\DependencyInjection\\WebauthnExtension::.*\(\) has parameter \$config(s)? with no value type specified in iterable type array\.#'
path: src/symfony/src/DependencyInjection/WebauthnExtension.php
Expand All @@ -32,14 +28,6 @@ parameters:
message: '#Cannot call method scalarNode\(\) on Symfony\\Component\\Config\\Definition\\Builder\\NodeParentInterface\|null\.#'
path: src/symfony/src/DependencyInjection/Factory/Security/WebauthnFactory.php
count: 1
# -
# message: '#Call to an undefined method Symfony\\Component\\Config\\Definition\\Builder\\NodeParentInterface::(.*)\(\)\.#'
# path: src/symfony/src/DependencyInjection/Factory/Security/WebauthnFactory.php
# count: 1
-
message: '#Parameter (.*) of class FG\\ASN1\\Universal\\Integer constructor expects int, string given\.#'
path: src/cose/src/Key/RsaKey.php
count: 2
# checkMissingIterableValueType: true
# checkGenericClassInNonGenericObjectType: true
# checkUninitializedProperties: true
Expand Down

0 comments on commit f8774fc

Please sign in to comment.