Completed
Push — master ( c960e1...9b6ac4 )
by Daniel
02:39
created
src/Template/Locator.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@  discard block
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types=1);
3
+declare(strict_types = 1);
4 4
 
5 5
 namespace Psi\Bundle\ObjectRender\Template;
6 6
 
@@ -49,7 +49,7 @@  discard block
 block discarded – undo
49 49
             }
50 50
 
51 51
             if (0 === strpos($classFqn, $namespace)) {
52
-                return [$namespace, $path];
52
+                return [ $namespace, $path ];
53 53
             }
54 54
         }
55 55
 
Please login to merge, or discard this patch.