We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a8a9923 + 891e2ea commit 42ea173Copy full SHA for 42ea173
src/Symfony/Component/EventDispatcher/Tests/AbstractEventDispatcherTest.php
@@ -128,7 +128,7 @@ public function testDispatch()
128
public function testLegacyDispatch()
129
{
130
$event = new Event();
131
- $return = $this->dispatcher->dispatch(self::preFoo, $event);
+ $this->dispatcher->dispatch(self::preFoo, $event);
132
$this->assertEquals('pre.foo', $event->getName());
133
}
134
0 commit comments