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
* 4.1.x:
ci: make the mutation testing job run
fix(core): bound the compact serializers' segment split
ci: keep the console commands compatible with Symfony 7.0
ci: stop running the test matrix through castor
ci: make the workflow install the dependencies it analyses
test(bundle): repair the configuration assertions on current PHPUnit
ci: make ECS, PHPStan and Rector run again on 4.1.x
fix(composer): mirror the brick/math range in the library sub-package
fix(composer): update brick/math version range to include 0.18 and 0.19
fix(bundle): alias the nested token services with their own class
fix(bundle): align the web debug toolbar item with the Symfony core styles
fix(core): correct the parameter types of the nested token builder
# Conflicts:
# .ci-tools/phpstan-baseline.neon
# src/Library/Checker/HeaderCheckerManager.php
# src/Library/KeyManagement/Analyzer/UsageAnalyzer.php
Copy file name to clipboardExpand all lines: .ci-tools/phpstan-baseline.neon
+6-55Lines changed: 6 additions & 55 deletions
Original file line number
Diff line number
Diff line change
@@ -4506,12 +4506,6 @@ parameters:
4506
4506
count:2
4507
4507
path:../src/Library/Encryption/JWEBuilder.php
4508
4508
4509
-
-
4510
-
rawMessage:'Method Jose\Component\Encryption\JWEBuilder::addRecipient() has parameter $recipientHeader with no value type specified in iterable type array.'
4511
-
identifier:missingType.iterableValue
4512
-
count:1
4513
-
path:../src/Library/Encryption/JWEBuilder.php
4514
-
4515
4509
-
4516
4510
rawMessage:'Method Jose\Component\Encryption\JWEBuilder::checkAndSetContentEncryptionAlgorithm() has parameter $completeHeader with no value type specified in iterable type array.'
4517
4511
identifier:missingType.iterableValue
@@ -4614,18 +4608,6 @@ parameters:
4614
4608
count:1
4615
4609
path:../src/Library/Encryption/JWEBuilder.php
4616
4610
4617
-
-
4618
-
rawMessage:'Method Jose\Component\Encryption\JWEBuilder::withSharedHeader() has parameter $sharedHeader with no value type specified in iterable type array.'
4619
-
identifier:missingType.iterableValue
4620
-
count:1
4621
-
path:../src/Library/Encryption/JWEBuilder.php
4622
-
4623
-
-
4624
-
rawMessage:'Method Jose\Component\Encryption\JWEBuilder::withSharedProtectedHeader() has parameter $sharedProtectedHeader with no value type specified in iterable type array.'
4625
-
identifier:missingType.iterableValue
4626
-
count:1
4627
-
path:../src/Library/Encryption/JWEBuilder.php
4628
-
4629
4611
-
4630
4612
rawMessage:'Parameter #1 $algorithm of method Jose\Component\Core\AlgorithmManager::get() expects string, mixed given.'
rawMessage:Instanceof between Symfony\Contracts\HttpClient\HttpClientInterface and Symfony\Contracts\HttpClient\HttpClientInterface will always evaluate to true.
0 commit comments