File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,6 @@ public function __construct(
4343 PropertyMetadataFactoryInterface $ propertyMetadataFactory ,
4444 IriConverterInterface $ iriConverter ,
4545 ResourceClassResolverInterface $ resourceClassResolver ,
46- private AbstractItemNormalizer $ decorated ,
4746 ?PropertyAccessorInterface $ propertyAccessor = null ,
4847 ?NameConverterInterface $ nameConverter = null ,
4948 ?ClassMetadataFactoryInterface $ classMetadataFactory = null ,
@@ -52,6 +51,7 @@ public function __construct(
5251 ?ResourceAccessCheckerInterface $ resourceAccessChecker = null ,
5352 array $ defaultContext = [],
5453 ?TagCollectorInterface $ tagCollector = null ,
54+ private ?AbstractItemNormalizer $ decorated = null ,
5555 ) {
5656 parent ::__construct (
5757 $ propertyNameCollectionFactory ,
You can’t perform that action at this time.
0 commit comments