@@ -56,7 +56,7 @@ |
||
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() |
@@ -186,7 +186,7 @@ |
||
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 |