Browse Source

Fix style violation

Tihomir Tonov 6 years ago
parent
commit
d6e7e79aed
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/Mpociot/ApiDoc/Generators/AbstractGenerator.php

+ 2 - 1
src/Mpociot/ApiDoc/Generators/AbstractGenerator.php

@@ -100,9 +100,10 @@ abstract class AbstractGenerator
     }
 
     /**
-     * Format the validation rules as plain array
+     * Format the validation rules as plain array.
      *
      * @param array $rules
+     *
      * @return array
      */
     protected function simplifyRules($rules)