Passed
Push — main ( b2d943...872826 )
by Daniel
05:35
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.