Skip to content

Commit

Permalink
style: fix styleci issues
Browse files Browse the repository at this point in the history
  • Loading branch information
joostdebruijn committed Dec 1, 2024
1 parent f598ae8 commit 3b45b47
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Contracts/UpdatesIndexSettings.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ interface UpdatesIndexSettings
public function updateIndexSettings(string $name, array $options = []);

public function configureSoftDeleteFilter(array $settings = []): array;
}
}
2 changes: 1 addition & 1 deletion src/Engines/AlgoliaEngine.php
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ abstract public function updateIndexSettings(string $name, array $options = []);
/**
* Configures the soft delete filter on the index settings.
*
* @param array $settings
* @param array $settings
* @return array
*/
public function configureSoftDeleteFilter(array $settings = []): array
Expand Down
2 changes: 1 addition & 1 deletion src/Engines/MeilisearchEngine.php
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ public function updateIndexSettings($name, array $options = [])
/**
* Configures the soft delete filter on the index settings.
*
* @param array $settings
* @param array $settings
* @return array
*/
public function configureSoftDeleteFilter(array $settings = []): array
Expand Down

0 comments on commit 3b45b47

Please sign in to comment.