Skip to content

Commit

Permalink
phpstan and php-cs-fixer
Browse files Browse the repository at this point in the history
  • Loading branch information
rliebi committed Mar 15, 2024
1 parent 51dc041 commit 7a43fb5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions src/Messenger/Handler/RefreshElementHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ public function __invoke(RefreshElement $message): void
$element = $this->resolveElement($message);

$this->propagateChanges->handle($element);

$this->propagateChanges->handleRelatedObjects($element);
}
}
2 changes: 0 additions & 2 deletions src/Service/PropagateChanges.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@ public function handleIndex(
}

/**
* @param AbstractElement $element
*
* @return void
*/
public function handleRelatedObjects(AbstractElement $element): void
Expand Down

0 comments on commit 7a43fb5

Please sign in to comment.