Failed Conditions
Branch master (6fbf4d)
by Maximo
05:10
created
src/Bootstrap/Api.php 2 patches
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -85,8 +85,8 @@
 block discarded – undo
85 85
         //set all the services
86 86
 
87 87
         /**
88
-        * @todo Find a better way to handle unit test file include
89
-        */
88
+         * @todo Find a better way to handle unit test file include
89
+         */
90 90
         $this->providers =  require appPath('api/config/providers.php');
91 91
 
92 92
         //run my parents setup
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -87,7 +87,7 @@
 block discarded – undo
87 87
         /**
88 88
         * @todo Find a better way to handle unit test file include
89 89
         */
90
-        $this->providers =  require appPath('api/config/providers.php');
90
+        $this->providers = require appPath('api/config/providers.php');
91 91
 
92 92
         //run my parents setup
93 93
         parent::setup();
Please login to merge, or discard this patch.