Skip to content

Commit 1c12434

Browse files
authored
Merge pull request #19 from PopNatanael/2.9-PHP-8.1
Fixed method incompatibility with dot-controller
2 parents b22d017 + 8100ac2 commit 1c12434

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Event/DispatchAuthenticationEventTrait.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ trait DispatchAuthenticationEventTrait
2828
* @param null $target
2929
* @return AuthenticationEvent|mixed
3030
*/
31-
public function dispatchEvent(string $name, array $params = [], mixed $target = null): Event|ResponseCollection|ResponseInterface
31+
public function dispatchEvent(string $name, array $params = [], mixed $target = null): Event|ResponseCollection
3232
{
3333
if ($target === null) {
3434
$target = $this;

0 commit comments

Comments
 (0)