@@ -96,7 +96,7 @@ |
||
96 | 96 | */ |
97 | 97 | protected function processParts(array $parts) |
98 | 98 | { |
99 | - return array_values(array_filter($parts, function ($part) { |
|
99 | + return array_values(array_filter($parts, function($part) { |
|
100 | 100 | if (empty($part) || $part instanceof CommentPart) { |
101 | 101 | return false; |
102 | 102 | } |