Fix code style
This commit is contained in:
parent
2c0c87339e
commit
04818781a7
1 changed files with 6 additions and 6 deletions
|
@ -16,15 +16,15 @@ use Psr\EventDispatcher\EventDispatcherInterface;
|
||||||
*/
|
*/
|
||||||
final class FakeEventDispatcher implements EventDispatcherInterface
|
final class FakeEventDispatcher implements EventDispatcherInterface
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
* Provide all relevant listeners with an event to process.
|
* Provide all relevant listeners with an event to process.
|
||||||
*
|
*
|
||||||
* @template T of object
|
* @template T of object
|
||||||
* @param T $event
|
* @param T $event
|
||||||
*
|
*
|
||||||
* @return T The passed $event MUST be returned
|
* @return T The passed $event MUST be returned
|
||||||
*/
|
*/
|
||||||
public function dispatch(object $event): object
|
public function dispatch(object $event): object
|
||||||
{
|
{
|
||||||
return $event;
|
return $event;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue