Completed
Pull Request — master (#410)
by
unknown
02:08 queued 28s
created
src/Tools/ResponseStrategies/ResponseFileStrategy.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,7 @@
 block discarded – undo
24 24
      */
25 25
     protected function getFileResponse(array $tags)
26 26
     {
27
-        $responseFileTags = array_filter($tags, function ($tag) {
27
+        $responseFileTags = array_filter($tags, function($tag) {
28 28
             return $tag instanceof Tag && strtolower($tag->getName()) == 'responsefile';
29 29
         });
30 30
         if (empty($responseFileTags)) {
Please login to merge, or discard this patch.