From 232a4338c29f70825f087cfec43058462722d3de Mon Sep 17 00:00:00 2001 From: Curzio Della Santa Date: Mon, 21 Aug 2023 08:16:37 +0200 Subject: [PATCH] Remove dynamic property declaration --- src/Authentication/Adapter/AdapterChainEvent.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Authentication/Adapter/AdapterChainEvent.php b/src/Authentication/Adapter/AdapterChainEvent.php index b65bc03..df0025a 100644 --- a/src/Authentication/Adapter/AdapterChainEvent.php +++ b/src/Authentication/Adapter/AdapterChainEvent.php @@ -97,7 +97,6 @@ public function getRequest() public function setRequest(Request $request) { $this->setParam('request', $request); - $this->request = $request; return $this; } }