Completed
Branch master (ae3f9d)
by Marcel
04:26
created
src/Documentarian.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -20,9 +20,9 @@
 block discarded – undo
20 20
      */
21 21
     public function config($folder, $key = null)
22 22
     {
23
-        $config = include($folder . '/source/config.php' );
23
+        $config = include($folder . '/source/config.php');
24 24
 
25
-        return is_null($key) ? $config : array_get($config,$key);
25
+        return is_null($key) ? $config : array_get($config, $key);
26 26
     }
27 27
 
28 28
     /**
Please login to merge, or discard this patch.