Skip to content

Commit 4240a41

Browse files
authored
Merge pull request #4747 from samsonasik/remove-variable-response
Remove $response variable at ControllerResponse::__construct() as never defined
2 parents 76c7976 + b766e46 commit 4240a41

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

system/Test/ControllerResponse.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ class ControllerResponse extends TestResponse
4646
*/
4747
public function __construct()
4848
{
49-
parent::__construct($response ?? Services::response());
49+
parent::__construct(Services::response());
5050

5151
$this->dom = &$this->domParser;
5252
}

0 commit comments

Comments
 (0)