Skip to content

Commit 8e539aa

Browse files
Backport type fixes
1 parent 047773e commit 8e539aa

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Tests/EventDispatcherTest.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -476,6 +476,10 @@ public function postFoo($e)
476476
$e->stopPropagation();
477477
}
478478
}
479+
480+
public function __invoke()
481+
{
482+
}
479483
}
480484

481485
class TestWithDispatcher

0 commit comments

Comments
 (0)