Skip to content

Commit 74d30a1

Browse files
committed
refactor: remove unnecessary "&"
1 parent 9f42e31 commit 74d30a1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

system/Filters/Filters.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ private function discoverFilters()
147147
*/
148148
public function setResponse(ResponseInterface $response)
149149
{
150-
$this->response = &$response;
150+
$this->response = $response;
151151
}
152152

153153
/**

0 commit comments

Comments
 (0)