Completed
Pull Request — master (#4)
by Leo
07:33
created
src/StateFactory.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -7,7 +7,7 @@
 block discarded – undo
7 7
     public static function __callStatic($name, $arguments)
8 8
     {
9 9
         $className = ucfirst($name);
10
-        $reflectionClass = new \ReflectionClass('Brazanation\States\\'.$className);
10
+        $reflectionClass = new \ReflectionClass('Brazanation\States\\' . $className);
11 11
         return $reflectionClass->newInstance();
12 12
     }
13 13
 }
Please login to merge, or discard this patch.