Test Failed
Pull Request — main (#152)
by Daniel
04:00
created
src/HttpCache/HttpCachePurger.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -44,7 +44,7 @@  discard block
 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
 
@@ -74,7 +74,7 @@  discard block
 block discarded – undo
74 74
         try {
75 75
             $iri = $this->iriConverter->getIriFromResource($item);
76 76
             $this->collectIri([$iri]);
77
-        } catch (InvalidArgumentException|RuntimeException $e) {
77
+        } catch (InvalidArgumentException | RuntimeException $e) {
78 78
         }
79 79
     }
80 80
 
Please login to merge, or discard this patch.