Passed
Push — main ( 6d3c72...2f3aa0 )
by Daniel
04:34
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
                                     ->validate()
61 61
                                         ->ifNotInArray([Cookie::SAMESITE_STRICT, Cookie::SAMESITE_LAX, Cookie::SAMESITE_NONE])
62 62
                                         ->thenInvalid('Invalid Mercure cookie samesite value %s')
Please login to merge, or discard this patch.