Skip to content

Commit

Permalink
fixed phpstan issues
Browse files Browse the repository at this point in the history
  • Loading branch information
mmadariaga authored and Kaian committed May 26, 2022
1 parent 665a378 commit bf23282
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Infrastructure/Domain/Service/Lifecycle/CommandPersister.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

use Ivoz\Core\Application\Event\CommandWasExecuted;
use Ivoz\Core\Application\Service\CommandEventSubscriber;
use Ivoz\Core\Domain\Event\EntityEventInterface;
use Ivoz\Core\Domain\Service\EntityEventSubscriber;
use Ivoz\Core\Domain\Service\EntityPersisterInterface;
use Ivoz\Core\Domain\Model\Changelog\Changelog;
Expand All @@ -27,6 +28,7 @@ public function __construct(
*/
public function persistEvents()
{
/** @var EntityEventInterface[] $entityEvents */
$entityEvents = $this
->entityEventSubscriber
->getEvents();
Expand Down

0 comments on commit bf23282

Please sign in to comment.