Completed
Push — master ( 79d213...eeff33 )
by Kamil
23:15
created
Sylius/Bundle/ThemeBundle/Tests/DependencyInjection/ConfigurationTest.php 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -27,12 +27,12 @@
 block discarded – undo
27 27
     public function it_uses_app_themes_filesystem_as_the_default_source()
28 28
     {
29 29
         $this->assertProcessedConfigurationEquals(
30
-           [
31
-               [],
32
-           ],
33
-           ['sources' => ['filesystem' => ['locations' => ['%kernel.root_dir%/themes', '%kernel.root_dir%/../vendor/sylius/themes']]]],
30
+            [
31
+                [],
32
+            ],
33
+            ['sources' => ['filesystem' => ['locations' => ['%kernel.root_dir%/themes', '%kernel.root_dir%/../vendor/sylius/themes']]]],
34 34
             'sources'
35
-       );
35
+        );
36 36
     }
37 37
 
38 38
     /**
Please login to merge, or discard this patch.