Skip to content

Commit

Permalink
Apply php-cs-fixer changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mattamon authored and github-actions[bot] committed Aug 28, 2024
1 parent eaa5779 commit 11601dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Service.php
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,7 @@ public function doDeleteFromIndex(Concrete $object): void
if ($this->isExcludedClass($object->getClassName())) {
return;
}

$params = [
'index' => $this->getIndexName($object->getClassName()),
'id' => $object->getId()
Expand Down

0 comments on commit 11601dc

Please sign in to comment.