1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-31 15:24:31 +03:00

Applied styleci changes

This commit is contained in:
Dan Brown
2021-11-05 00:28:41 +00:00
parent 06b5009842
commit d0aa10a8c3
2 changed files with 2 additions and 1 deletions

View File

@ -95,6 +95,7 @@ class ApiDocsGenerator
}
$rules = $class->getValdationRules()[$methodName] ?? [];
return empty($rules) ? null : $rules;
}