eee
This commit is contained in:
+8
-7
@@ -4,14 +4,15 @@ namespace Kiri\Events;
|
||||
|
||||
class TestListener implements EventInterface
|
||||
{
|
||||
|
||||
|
||||
/**
|
||||
* @return void
|
||||
*/
|
||||
public function process(): void
|
||||
|
||||
|
||||
/**
|
||||
* @param object $event
|
||||
* @return void
|
||||
*/
|
||||
public function process(object $event): void
|
||||
{
|
||||
// TODO: Implement process() method.
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user