eee
This commit is contained in:
+7
-6
@@ -4,10 +4,11 @@ namespace Kiri\Events;
|
||||
|
||||
interface EventInterface
|
||||
{
|
||||
|
||||
/**
|
||||
* @param object $event
|
||||
* @return void
|
||||
*/
|
||||
public function process(object $event): void;
|
||||
|
||||
/**
|
||||
* @return void
|
||||
*/
|
||||
public function process(): void;
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user