Passed
Push — main ( 341aa7...1aa4cc )
by Daniel
13:35
created
src/EventListener/Doctrine/DoctrineResourceFlushTrait.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -40,7 +40,7 @@
 block discarded – undo
40 40
 trait DoctrineResourceFlushTrait
41 41
 {
42 42
     private PropertyAccessor $propertyAccessor;
43
-    private ObjectRepository|EntityRepository $collectionRepository;
43
+    private ObjectRepository | EntityRepository $collectionRepository;
44 44
     private \SplObjectStorage $updatedResources;
45 45
     private array $pageDataPropertiesChanged = [];
46 46
     private array $updatedCollectionClassToIriMapping = [];
Please login to merge, or discard this patch.