Completed
Push — master ( c62883...795ab8 )
by Nicolas
04:44
created
Services/TranslationLoader.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 block discarded – undo
9 9
     public function paths()
10 10
     {
11 11
         return array_merge(
12
-            [$this->path],
12
+            [ $this->path ],
13 13
             $this->hints
14 14
         );
15 15
     }
Please login to merge, or discard this patch.