@@ -24,7 +24,7 @@ |
||
24 | 24 | */ |
25 | 25 | protected function getFileResponse(array $tags) |
26 | 26 | { |
27 | - $responseTags = array_filter($tags, function ($tag) { |
|
27 | + $responseTags = array_filter($tags, function($tag) { |
|
28 | 28 | return $tag instanceof Tag && strtolower($tag->getName()) == 'responsefile'; |
29 | 29 | }); |
30 | 30 | if (empty($responseTags)) { |