Skip to content

Commit 47ed8e6

Browse files
committed
Apply PER-2.0 codestyle
1 parent 1856132 commit 47ed8e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/Parser/Description/RegexDescriptionParser.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ private function getDocBlockChunks(string $contents): array
9191
}
9292

9393
/** @var list<non-empty-string> */
94-
return \array_filter($result, static fn (string $chunk): bool => $chunk !== '');
94+
return \array_filter($result, static fn(string $chunk): bool => $chunk !== '');
9595
}
9696

9797
/**

0 commit comments

Comments
 (0)