Skip to content

Commit 93887c2

Browse files
mpociotStyleCIBot
authored andcommitted
Applied fixes from StyleCI
1 parent 1d1f122 commit 93887c2

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)