Passed
Push — master ( 7993ff...f5e142 )
by Ole
01:50
created
src/Response/TemplateResponse.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,7 @@
 block discarded – undo
20 20
      */
21 21
     private $data;
22 22
 
23
-    public function __construct(string $template, array $data = [], int $status = Response::HTTP_OK, array $headers = [])
23
+    public function __construct(string $template, array $data = [ ], int $status = Response::HTTP_OK, array $headers = [ ])
24 24
     {
25 25
         parent::__construct($status, $headers);
26 26
         $this->template = $template;
Please login to merge, or discard this patch.