We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1856132 commit 47ed8e6Copy full SHA for 47ed8e6
src/Parser/Description/RegexDescriptionParser.php
@@ -91,7 +91,7 @@ private function getDocBlockChunks(string $contents): array
91
}
92
93
/** @var list<non-empty-string> */
94
- return \array_filter($result, static fn (string $chunk): bool => $chunk !== '');
+ return \array_filter($result, static fn(string $chunk): bool => $chunk !== '');
95
96
97
/**
0 commit comments