Passed
Push — main ( 6f7970...605cbe )
by Daniel
03:52
created
src/DependencyInjection/Configuration.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -56,7 +56,7 @@
 block discarded – undo
56 56
                         ->arrayNode('cookie')
57 57
                             ->addDefaultsIfNotSet()
58 58
                             ->children()
59
-                                 ->scalarNode('samesite')->defaultValue(Cookie::SAMESITE_STRICT)
59
+                                    ->scalarNode('samesite')->defaultValue(Cookie::SAMESITE_STRICT)
60 60
                                 ->end()
61 61
                             ->end()
62 62
                         ->end()
Please login to merge, or discard this patch.
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.