Failed Conditions
Pull Request — 0.2 (#71)
by Rafael
05:26
created
src/Bootstrap/Api.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -84,8 +84,8 @@
 block discarded – undo
84 84
         //set all the services
85 85
 
86 86
         /**
87
-        * @todo Find a better way to handle unit test file include
88
-        */
87
+         * @todo Find a better way to handle unit test file include
88
+         */
89 89
         $this->providers = !defined('API_TESTS') ? require appPath('api/config/providers.php') : require appPath('/tests/providers.php');
90 90
 
91 91
         //run my parents setup
Please login to merge, or discard this patch.
src/Providers/ConfigProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,7 @@
 block discarded – undo
18 18
     {
19 19
         $container->setShared(
20 20
             'config',
21
-            function () {
21
+            function() {
22 22
 
23 23
                 /**
24 24
                  * @todo Find a better way to handle unit test file include
Please login to merge, or discard this patch.