Skip to content

Commit 53014ca

Browse files
fix lint
1 parent 52d3b80 commit 53014ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LaravelRequestDocs.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ private function customParamsDocComment($docComment): array
249249
$params = [];
250250

251251
foreach (explode("\n", $docComment) as $comment) {
252-
if ( Str::contains($comment, '@QAparam') ) {
252+
if (Str::contains($comment, '@QAparam')) {
253253
$comment = trim(Str::replace(['@QAparam', '*'], '', $comment));
254254

255255
$comment = explode(' ', $comment);

0 commit comments

Comments
 (0)