@@ -72,8 +72,8 @@ public function create(Package $package, $path, $plain = true)
7272 /**
7373 * Create a package with all resource directories.
7474 *
75- * @param Package $package
76- * @param string $path
75+ * @param \Illuminate\Workbench\ Package $package
76+ * @param string $path
7777 * @return void
7878 */
7979 public function createWithResources (Package $ package , $ path )
@@ -84,7 +84,7 @@ public function createWithResources(Package $package, $path)
8484 /**
8585 * Get the blocks for a given package.
8686 *
87- * @param bool $plain
87+ * @param bool $plain
8888 * @return array
8989 */
9090 protected function getBlocks ($ plain )
@@ -97,6 +97,7 @@ protected function getBlocks($plain)
9797 *
9898 * @param \Illuminate\Workbench\Package $package
9999 * @param string $directory
100+ * @param bool $plain
100101 * @return void
101102 */
102103 public function writeSupportFiles (Package $ package , $ directory , $ plain )
@@ -140,6 +141,7 @@ protected function writeTravisFile(Package $package, $directory)
140141 *
141142 * @param \Illuminate\Workbench\Package $package
142143 * @param string $directory
144+ * @param bool $plain
143145 * @return void
144146 */
145147 protected function writeComposerFile (Package $ package , $ directory , $ plain )
@@ -154,7 +156,7 @@ protected function writeComposerFile(Package $package, $directory, $plain)
154156 /**
155157 * Get the Composer.json stub file contents.
156158 *
157- * @param bool $plain
159+ * @param bool $plain
158160 * @return string
159161 */
160162 protected function getComposerStub ($ plain )
@@ -169,6 +171,7 @@ protected function getComposerStub($plain)
169171 *
170172 * @param \Illuminate\Workbench\Package $package
171173 * @param string $directory
174+ * @param bool $plain
172175 * @return void
173176 */
174177 public function writeIgnoreFile (Package $ package , $ directory , $ plain )
@@ -216,6 +219,7 @@ protected function writeSupportDirectory(Package $package, $support, $directory)
216219 *
217220 * @param \Illuminate\Workbench\Package $package
218221 * @param string $directory
222+ * @param bool $plain
219223 * @return void
220224 */
221225 public function writePublicDirectory (Package $ package , $ directory , $ plain )
@@ -246,6 +250,7 @@ public function writeTestDirectory(Package $package, $directory)
246250 *
247251 * @param \Illuminate\Workbench\Package $package
248252 * @param string $directory
253+ * @param bool $plain
249254 * @return void
250255 */
251256 public function writeServiceProvider (Package $ package , $ directory , $ plain )
@@ -282,7 +287,7 @@ protected function writeProviderStub(Package $package, $directory, $stub)
282287 * Get the stub for a ServiceProvider.
283288 *
284289 * @param \Illuminate\Workbench\Package $package
285- * @param bool $plain
290+ * @param bool $plain
286291 * @return string
287292 */
288293 protected function getProviderStub (Package $ package , $ plain )
@@ -293,7 +298,7 @@ protected function getProviderStub(Package $package, $plain)
293298 /**
294299 * Load the raw service provider file.
295300 *
296- * @param bool $plain
301+ * @param bool $plain
297302 * @return string
298303 */
299304 protected function getProviderFile ($ plain )
0 commit comments