mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-11-03 10:47:56 +00: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