mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-06 21:44:32 +02:00
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
|
||||
{
|
||||
/**
|
||||
* Provide all relevant listeners with an event to process.
|
||||
*
|
||||
* @template T of object
|
||||
/**
|
||||
* Provide all relevant listeners with an event to process.
|
||||
*
|
||||
* @template T of object
|
||||
* @param T $event
|
||||
*
|
||||
* @return T The passed $event MUST be returned
|
||||
*/
|
||||
public function dispatch(object $event): object
|
||||
*/
|
||||
public function dispatch(object $event): object
|
||||
{
|
||||
return $event;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue