Completed
Push — master ( 0d6b98...61665e )
by James Ekow Abaka
03:02
created
src/Nibii.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,7 @@
 block discarded – undo
8 8
 {
9 9
     public static function load($path)
10 10
     {
11
-        try{
11
+        try {
12 12
             return InjectionContainer::resolve(self::getClassName($path));
13 13
         } catch (\ntentan\panie\exceptions\ResolutionException $e) {
14 14
             throw new 
Please login to merge, or discard this patch.