We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b22d017 + 8100ac2 commit 1c12434Copy full SHA for 1c12434
1 file changed
src/Event/DispatchAuthenticationEventTrait.php
@@ -28,7 +28,7 @@ trait DispatchAuthenticationEventTrait
28
* @param null $target
29
* @return AuthenticationEvent|mixed
30
*/
31
- public function dispatchEvent(string $name, array $params = [], mixed $target = null): Event|ResponseCollection|ResponseInterface
+ public function dispatchEvent(string $name, array $params = [], mixed $target = null): Event|ResponseCollection
32
{
33
if ($target === null) {
34
$target = $this;
0 commit comments