mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-09-13 13:57:10 +02:00
Reduced return type to entity interface
This commit is contained in:
@@ -12,7 +12,7 @@ interface ActionInterface
|
||||
/**
|
||||
* Executes the action.
|
||||
*
|
||||
* @return EntityInterface|EntityInterface[]|null
|
||||
* @return EntityInterface|null
|
||||
*/
|
||||
public function execute();
|
||||
public function execute(): ?EntityInterface;
|
||||
}
|
||||
|
Reference in New Issue
Block a user