Skip to content

Commit 3369873

Browse files
soyukattskchKoenstell
authored
Merge 3.4 (#6507)
* tests: remove output suffix after reverting * cs: remove unnecessary comments (#6408) * fix(elasticsearch): change normalize return type to compatible with other normalizers (#6493) * style: various cs fixes (#6504) * cs: fixes * chore: phpstan fixes * style: cs fixes --------- Co-authored-by: Takashi Kanemoto <[email protected]> Co-authored-by: Koen Pasman <[email protected]>
1 parent 052f76b commit 3369873

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

AbstractCollectionNormalizer.php

-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ abstract class AbstractCollectionNormalizer implements NormalizerInterface, Norm
3939
/**
4040
* This constant must be overridden in the child class.
4141
*/
42-
// @noRector \Rector\Php81\Rector\ClassConst\FinalizePublicClassConstantRector
4342
public const FORMAT = 'to-override';
4443

4544
public function __construct(protected ResourceClassResolverInterface $resourceClassResolver, protected string $pageParameterName, protected ?ResourceMetadataCollectionFactoryInterface $resourceMetadataFactory = null)

JsonEncoder.php

-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
*/
2727
final class JsonEncoder implements EncoderInterface, DecoderInterface
2828
{
29-
// @noRector \Rector\Php81\Rector\Property\ReadOnlyPropertyRector
3029
public function __construct(private readonly string $format, private ?BaseJsonEncoder $jsonEncoder = null)
3130
{
3231
if (null !== $this->jsonEncoder) {

0 commit comments

Comments
 (0)