Skip to content

Commit

Permalink
QA fix
Browse files Browse the repository at this point in the history
  • Loading branch information
akadlec committed Jul 7, 2022
1 parent c27507c commit 620416e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Subscribers/EntitiesSubscriber.php
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ public function getSubscribedEvents(): array
* @throws MetadataExceptions\FileNotFoundException
* @throws ORM\EntityNotFoundException
* @throws Utils\JsonException
* @throws Flysystem\FilesystemException
*/
public function onFlush(): void
{
Expand Down Expand Up @@ -219,6 +220,7 @@ public function onFlush(): void
*
* @throws MetadataExceptions\FileNotFoundException
* @throws Utils\JsonException
* @throws Flysystem\FilesystemException
*/
public function postPersist(ORM\Event\LifecycleEventArgs $eventArgs): void
{
Expand All @@ -242,6 +244,7 @@ public function postPersist(ORM\Event\LifecycleEventArgs $eventArgs): void
*
* @throws MetadataExceptions\FileNotFoundException
* @throws Utils\JsonException
* @throws Flysystem\FilesystemException
*/
public function postUpdate(ORM\Event\LifecycleEventArgs $eventArgs): void
{
Expand Down

0 comments on commit 620416e

Please sign in to comment.