Skip to content

Commit

Permalink
Apply php-cs-fixer changes
Browse files Browse the repository at this point in the history
  • Loading branch information
lukmzig authored and github-actions[bot] committed Feb 5, 2024
1 parent 63f9f49 commit 2fec9fd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ public function isEnabled(): bool
{
return $this->enabled;
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ public function enable(): void;
public function disable(): void;

public function isEnabled(): bool;
}
}
3 changes: 1 addition & 2 deletions src/Service/SearchIndex/OpenSearch/BulkOperationService.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ final class BulkOperationService implements BulkOperationServiceInterface
public function __construct(
private readonly OpenSearchServiceInterface $openSearchService,
private readonly SynchronousProcessingServiceInterface $synchronousProcessingService
)
{
) {
}

public function addUpdate(
Expand Down

0 comments on commit 2fec9fd

Please sign in to comment.