Skip to content

Commit aa4f63b

Browse files
committed
Merge branch 'master' of github.com:mpociot/laravel-apidoc-generator
2 parents 23fb7a1 + b12ac97 commit aa4f63b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Mpociot/ApiDoc/Generators/AbstractGenerator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ protected function parseRule($rule, $ruleName, &$attributeData, $seed)
235235
$attributeData['description'][] = Description::parse($rule)->with($parameters)->getDescription();
236236
break;
237237
case 'between':
238-
if (!isset($attributeData['type'])) {
238+
if (! isset($attributeData['type'])) {
239239
$attributeData['type'] = 'numeric';
240240
}
241241
$attributeData['description'][] = Description::parse($rule)->with($parameters)->getDescription();

0 commit comments

Comments
 (0)