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:
@@ -43,7 +43,7 @@ abstract class AbstractAction extends AbstractActionConstructor implements Actio
|
||||
*
|
||||
* @see \Infinito\Domain\ActionManagement\ActionInterface::execute()
|
||||
*/
|
||||
final public function execute()
|
||||
final public function execute(): ?EntityInterface
|
||||
{
|
||||
$this->prepare();
|
||||
if ($this->isSecure()) {
|
||||
|
Reference in New Issue
Block a user