Completed
Push — master ( 1b8d46...04c723 )
by Bhavin
02:40 queued 01:12
created
src/LaravelApiGenerator.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -106,6 +106,9 @@
 block discarded – undo
106 106
         return $this->result;
107 107
     }
108 108
 
109
+    /**
110
+     * @param string $stubName
111
+     */
109 112
     private function getStubContents($stubName)
110 113
     {
111 114
         return file_get_contents(self::STUB_DIR.$stubName);
Please login to merge, or discard this patch.