Skip to content

Commit 258fd45

Browse files
authored
Merge pull request #349 from mpociot/analysis-8KGjWV
Apply fixes from StyleCI
2 parents 5e8e24c + b7dbba7 commit 258fd45

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/Mpociot/ApiDoc/Generators/AbstractGenerator.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,9 @@ protected function splitValuePairs($parameters, $first = 'is ', $last = 'or ')
367367
*/
368368
protected function parseRule($rule, $attribute, &$attributeData, $seed, $routeData)
369369
{
370-
if (starts_with($attribute, 'array.')) { dd(array_keys($routeData)); }
370+
if (starts_with($attribute, 'array.')) {
371+
dd(array_keys($routeData));
372+
}
371373
$faker = Factory::create();
372374
$faker->seed(crc32($seed));
373375

0 commit comments

Comments
 (0)