Test Failed
Pull Request — main (#152)
by Daniel
03:53
created
src/EventListener/Doctrine/DoctrineResourceFlushTrait.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -33,8 +33,8 @@
 block discarded – undo
33 33
 {
34 34
     private array $pageDataPropertiesChanged = [];
35 35
     private PropertyAccessor $propertyAccessor;
36
-    private ObjectRepository|EntityRepository $collectionRepository;
37
-    private ObjectRepository|EntityRepository $positionRepository;
36
+    private ObjectRepository | EntityRepository $collectionRepository;
37
+    private ObjectRepository | EntityRepository $positionRepository;
38 38
 
39 39
     public function __construct(
40 40
         private readonly IriConverterInterface $iriConverter,
Please login to merge, or discard this patch.
src/Mercure/MercureResourcePublisher.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -33,7 +33,7 @@
 block discarded – undo
33 33
         private readonly HubInterface $hub,
34 34
         private readonly IriConverterInterface $iriConverter,
35 35
         private readonly ResourceMetadataCollectionFactoryInterface $resourceMetadataCollectionFactory
36
-    ){}
36
+    ) {}
37 37
 
38 38
     public function collectResource($entity): void
39 39
     {
Please login to merge, or discard this patch.
src/HttpCache/HttpCachePurger.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -44,7 +44,7 @@
 block discarded – undo
44 44
             $resourceClass = $this->resourceClassResolver->getResourceClass($entity);
45 45
             $resourceIri = $this->iriConverter->getIriFromResource($resourceClass, UrlGeneratorInterface::ABS_PATH, (new GetCollection())->withClass($resourceClass));
46 46
             $this->collectIri([$resourceIri]);
47
-        } catch (OperationNotFoundException|InvalidArgumentException $e) {
47
+        } catch (OperationNotFoundException | InvalidArgumentException $e) {
48 48
         }
49 49
     }
50 50
 
Please login to merge, or discard this patch.