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
Remove deprecated checks and update test dependencies
The deprecated checks in the UrlKeySetFactory are removed. Slow test detection is added to PHPUnit tests with the Ergebnis\PHPUnit\SlowTestDetector dependency. Several method parameters in tests are also updated for clarity and to reduce cognitive load in parsing the test setup and assertions.
message:"#^Method Jose\\\\Bundle\\\\JoseFramework\\\\DependencyInjection\\\\JoseFrameworkExtension\\:\\:load\\(\\) has parameter \\$configs with no value type specified in iterable type array\\.$#"
message:"#^Method Jose\\\\Bundle\\\\JoseFramework\\\\Serializer\\\\JWEEncoder\\:\\:decode\\(\\) has parameter \\$context with no value type specified in iterable type array\\.$#"
895
-
count:1
896
-
path:src/Bundle/Serializer/JWEEncoder.php
897
-
898
-
-
899
-
message:"#^Method Jose\\\\Bundle\\\\JoseFramework\\\\Serializer\\\\JWEEncoder\\:\\:encode\\(\\) has parameter \\$context with no value type specified in iterable type array\\.$#"
900
-
count:1
901
-
path:src/Bundle/Serializer/JWEEncoder.php
902
-
903
888
-
904
889
message:"#^Method Jose\\\\Bundle\\\\JoseFramework\\\\Serializer\\\\JWEEncoder\\:\\:getRecipientIndex\\(\\) has parameter \\$context with no value type specified in iterable type array\\.$#"
905
890
count:1
@@ -915,26 +900,6 @@ parameters:
915
900
count:1
916
901
path:src/Bundle/Serializer/JWEEncoder.php
917
902
918
-
-
919
-
message:"#^Method Jose\\\\Bundle\\\\JoseFramework\\\\Serializer\\\\JWESerializer\\:\\:denormalize\\(\\) has parameter \\$context with no value type specified in iterable type array\\.$#"
920
-
count:1
921
-
path:src/Bundle/Serializer/JWESerializer.php
922
-
923
-
-
924
-
message:"#^Method Jose\\\\Bundle\\\\JoseFramework\\\\Serializer\\\\JWESerializer\\:\\:supportsDenormalization\\(\\) has parameter \\$context with no value type specified in iterable type array\\.$#"
925
-
count:1
926
-
path:src/Bundle/Serializer/JWESerializer.php
927
-
928
-
-
929
-
message:"#^Method Jose\\\\Bundle\\\\JoseFramework\\\\Serializer\\\\JWSEncoder\\:\\:decode\\(\\) has parameter \\$context with no value type specified in iterable type array\\.$#"
930
-
count:1
931
-
path:src/Bundle/Serializer/JWSEncoder.php
932
-
933
-
-
934
-
message:"#^Method Jose\\\\Bundle\\\\JoseFramework\\\\Serializer\\\\JWSEncoder\\:\\:encode\\(\\) has parameter \\$context with no value type specified in iterable type array\\.$#"
935
-
count:1
936
-
path:src/Bundle/Serializer/JWSEncoder.php
937
-
938
903
-
939
904
message:"#^Method Jose\\\\Bundle\\\\JoseFramework\\\\Serializer\\\\JWSEncoder\\:\\:getSignatureIndex\\(\\) has parameter \\$context with no value type specified in iterable type array\\.$#"
940
905
count:1
@@ -950,16 +915,6 @@ parameters:
950
915
count:1
951
916
path:src/Bundle/Serializer/JWSEncoder.php
952
917
953
-
-
954
-
message:"#^Method Jose\\\\Bundle\\\\JoseFramework\\\\Serializer\\\\JWSSerializer\\:\\:denormalize\\(\\) has parameter \\$context with no value type specified in iterable type array\\.$#"
955
-
count:1
956
-
path:src/Bundle/Serializer/JWSSerializer.php
957
-
958
-
-
959
-
message:"#^Method Jose\\\\Bundle\\\\JoseFramework\\\\Serializer\\\\JWSSerializer\\:\\:supportsDenormalization\\(\\) has parameter \\$context with no value type specified in iterable type array\\.$#"
960
-
count:1
961
-
path:src/Bundle/Serializer/JWSSerializer.php
962
-
963
918
-
964
919
message:"#^Method Jose\\\\Bundle\\\\JoseFramework\\\\Services\\\\ClaimCheckerManager\\:\\:check\\(\\) has parameter \\$claims with no value type specified in iterable type array\\.$#"
message:"#^Instanceof between Symfony\\\\Contracts\\\\HttpClient\\\\HttpClientInterface and Symfony\\\\Contracts\\\\HttpClient\\\\HttpClientInterface will always evaluate to true\\.$#"
0 commit comments