Passed
Push — master ( c13170...8e70c9 )
by Michael
13:09
created
src/DependencyInjection/JsonApiConfiguration.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -41,13 +41,13 @@
 block discarded – undo
41 41
             /* @see https://github.com/symfony/symfony/issues/12304 */
42 42
             ->useAttributeAsKey(true)
43 43
 
44
-            ->defaultValue(['default' => [
44
+            ->defaultValue([ 'default' => [
45 45
                 'handlers' => [
46 46
                     'attribute',
47 47
                     'relationship',
48 48
                     'link'
49 49
                 ]
50
-            ]])
50
+            ] ])
51 51
             ->prototype('array')
52 52
                 ->children()
53 53
                     ->arrayNode('handlers')
Please login to merge, or discard this patch.