Skip to content

Commit b12ac97

Browse files
authored
Merge pull request #89 from mpociot/analysis-8jDm69
Applied fixes from StyleCI
2 parents 1d1f122 + 93887c2 commit b12ac97

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)