Skip to content

Commit

Permalink
Remove dynamic property declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
curzio-della-santa committed Aug 21, 2023
1 parent 144d939 commit 232a433
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Authentication/Adapter/AdapterChainEvent.php
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ public function getRequest()
public function setRequest(Request $request)
{
$this->setParam('request', $request);
$this->request = $request;
return $this;
}
}

0 comments on commit 232a433

Please sign in to comment.