Skip to content

Commit

Permalink
Merge pull request #44 from curzio-della-santa/fix/php8-warning
Browse files Browse the repository at this point in the history
Remove dynamic property declaration
  • Loading branch information
visto9259 authored Aug 22, 2023
2 parents 144d939 + 232a433 commit e05b6fd
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 e05b6fd

Please sign in to comment.