Browse Source

Fix docblock based on PSR2

tags/1.0.3^0 1.0.3
Nafies Luthfi 8 years ago
parent
commit
b8f649533e
  1. 2
      src/Generators/ModelPolicyGenerator.php
  2. 2
      src/Generators/WebRouteGenerator.php

2
src/Generators/ModelPolicyGenerator.php

@ -94,8 +94,10 @@ class ModelPolicyGenerator extends BaseGenerator
/**
* Create AuthServiceProvider class if not exists
*
* @param string $routeDirPath Absolute directory path
* @param string $filename File name to be created
*
* @return string Absolute path of create route file
*/
protected function makeAuthServiceProvilderFile($routeDirPath, $filename)

2
src/Generators/WebRouteGenerator.php

@ -43,8 +43,10 @@ class WebRouteGenerator extends BaseGenerator
/**
* Create php route file if not exists
*
* @param string $routeDirPath Absolute directory path
* @param string $filename File name to be created
*
* @return string Absolute path of create route file
*/
protected function makeRouteFile($routeDirPath, $filename)

Loading…
Cancel
Save