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
* Refactor encryption algorithms configuration
Deprecated 'key_encryption_algorithms' and 'content_encryption_algorithms' have been replaced with a unified 'encryption_algorithms' across multiple classes and configurations. Warning messages have been added to any deprecated usages to ensure smooth transition in future versions. Update test assertions accordingly to reflect these changes.
* Update code to avoid use of deprecated encryption algorithms
Replaced 'key_encryption_algorithms' and 'content_encryption_algorithms' with 'encryption_algorithms'. Deprecated warning messages have now been included in code to guide future updates. Test cases have been adjusted to validate these changes.
Copy file name to clipboardExpand all lines: phpstan-baseline.neon
+250-10
Original file line number
Diff line number
Diff line change
@@ -1006,11 +1006,6 @@ parameters:
1006
1006
count:1
1007
1007
path:src/Bundle/Serializer/JWESerializer.php
1008
1008
1009
-
-
1010
-
message:"#^Method Jose\\\\Bundle\\\\JoseFramework\\\\Serializer\\\\JWESerializer\\:\\:getSupportedTypes\\(\\) return type has no value type specified in iterable type array\\.$#"
1011
-
count:1
1012
-
path:src/Bundle/Serializer/JWESerializer.php
1013
-
1014
1009
-
1015
1010
message:"#^Method Jose\\\\Bundle\\\\JoseFramework\\\\Serializer\\\\JWESerializer\\:\\:supportsDenormalization\\(\\) has parameter \\$context with no value type specified in iterable type array\\.$#"
1016
1011
count:1
@@ -1046,11 +1041,6 @@ parameters:
1046
1041
count:1
1047
1042
path:src/Bundle/Serializer/JWSSerializer.php
1048
1043
1049
-
-
1050
-
message:"#^Method Jose\\\\Bundle\\\\JoseFramework\\\\Serializer\\\\JWSSerializer\\:\\:getSupportedTypes\\(\\) return type has no value type specified in iterable type array\\.$#"
1051
-
count:1
1052
-
path:src/Bundle/Serializer/JWSSerializer.php
1053
-
1054
1044
-
1055
1045
message:"#^Method Jose\\\\Bundle\\\\JoseFramework\\\\Serializer\\\\JWSSerializer\\:\\:supportsDenormalization\\(\\) has parameter \\$context with no value type specified in iterable type array\\.$#"
1056
1046
count:1
@@ -1288,16 +1278,86 @@ parameters:
1288
1278
count:1
1289
1279
path:src/Library/Checker/IssuerChecker.php
1290
1280
1281
+
-
1282
+
message:"#^Property Jose\\\\Component\\\\Console\\\\AddKeyIntoKeysetCommand\\:\\:\\$defaultDescription has no type specified\\.$#"
message:"#^Method Jose\\\\Component\\\\Console\\\\GeneratorCommand\\:\\:getOptions\\(\\) return type has no value type specified in iterable type array\\.$#"
1298
1318
count:1
1299
1319
path:src/Library/Console/GeneratorCommand.php
1300
1320
1321
+
-
1322
+
message:"#^Property Jose\\\\Component\\\\Console\\\\GetThumbprintCommand\\:\\:\\$defaultDescription has no type specified\\.$#"
1323
+
count:1
1324
+
path:src/Library/Console/GetThumbprintCommand.php
1325
+
1326
+
-
1327
+
message:"#^Property Jose\\\\Component\\\\Console\\\\GetThumbprintCommand\\:\\:\\$defaultName has no type specified\\.$#"
1328
+
count:1
1329
+
path:src/Library/Console/GetThumbprintCommand.php
1330
+
1331
+
-
1332
+
message:"#^Property Jose\\\\Component\\\\Console\\\\JKULoaderCommand\\:\\:\\$defaultDescription has no type specified\\.$#"
1333
+
count:1
1334
+
path:src/Library/Console/JKULoaderCommand.php
1335
+
1336
+
-
1337
+
message:"#^Property Jose\\\\Component\\\\Console\\\\JKULoaderCommand\\:\\:\\$defaultName has no type specified\\.$#"
1338
+
count:1
1339
+
path:src/Library/Console/JKULoaderCommand.php
1340
+
1341
+
-
1342
+
message:"#^Property Jose\\\\Component\\\\Console\\\\KeyAnalyzerCommand\\:\\:\\$defaultDescription has no type specified\\.$#"
1343
+
count:1
1344
+
path:src/Library/Console/KeyAnalyzerCommand.php
1345
+
1346
+
-
1347
+
message:"#^Property Jose\\\\Component\\\\Console\\\\KeyAnalyzerCommand\\:\\:\\$defaultName has no type specified\\.$#"
1348
+
count:1
1349
+
path:src/Library/Console/KeyAnalyzerCommand.php
1350
+
1351
+
-
1352
+
message:"#^Property Jose\\\\Component\\\\Console\\\\KeyFileLoaderCommand\\:\\:\\$defaultDescription has no type specified\\.$#"
1353
+
count:1
1354
+
path:src/Library/Console/KeyFileLoaderCommand.php
1355
+
1356
+
-
1357
+
message:"#^Property Jose\\\\Component\\\\Console\\\\KeyFileLoaderCommand\\:\\:\\$defaultName has no type specified\\.$#"
1358
+
count:1
1359
+
path:src/Library/Console/KeyFileLoaderCommand.php
1360
+
1301
1361
-
1302
1362
message:"#^Parameter \\#1 \\$jwk of method Jose\\\\Component\\\\KeyManagement\\\\Analyzer\\\\KeyAnalyzerManager\\:\\:analyze\\(\\) expects Jose\\\\Component\\\\Core\\\\JWK, mixed given\\.$#"
0 commit comments