Passed
Push — main ( 6f7970...605cbe )
by Daniel
03:52
created
src/EventListener/Doctrine/DoctrineResourceFlushTrait.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -186,7 +186,7 @@
 block discarded – undo
186 186
             try {
187 187
                 $collectionIri = $this->iriConverter->getIriFromResource($resource, UrlGeneratorInterface::ABS_PATH, (new GetCollection())->withClass($resourceClass));
188 188
                 $this->updatedCollectionClassToIriMapping[$resourceClass] = $collectionIri;
189
-            }catch (InvalidArgumentException $e) {}
189
+            } catch (InvalidArgumentException $e) {}
190 190
         }
191 191
 
192 192
         // keep a record of all the resources we are triggering updates for related from the database changes
Please login to merge, or discard this patch.