Reduced return type to entity interface

This commit is contained in:
Kevin Frantz
2019-02-18 19:19:37 +01:00
parent 656adef39b
commit 93606503f6
5 changed files with 8 additions and 8 deletions

View File

@@ -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()) {