Completed
Push — master ( 01d53d...34afa1 )
by CodexShaper
03:13
created
src/ComposerScripts.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -105,6 +105,10 @@
 block discarded – undo
105 105
         $this->configApp($root, $camel_case);
106 106
     }
107 107
 
108
+    /**
109
+     * @param string $root
110
+     * @param string $camel_case
111
+     */
108 112
     protected function configApp($root, $camel_case)
109 113
     {
110 114
         $file = $root.'/bootstrap/app.php';
Please login to merge, or discard this patch.