@@ -161,7 +161,7 @@ |
||
161 | 161 | $this->baseFileName = $baseFileName; |
162 | 162 | } |
163 | 163 | |
164 | - private function getElementLines(\ReflectionClass|\ReflectionFunctionAbstract $reflection, array $data): array |
|
164 | + private function getElementLines(\ReflectionClass | \ReflectionFunctionAbstract $reflection, array $data): array |
|
165 | 165 | { |
166 | 166 | return array_filter($data, function (int $line) use ($reflection) { |
167 | 167 | return ($line >= $reflection->getStartLine() && $line <= $reflection->getEndLine()); |