Skip to content

Commit

Permalink
Apply php-cs-fixer changes
Browse files Browse the repository at this point in the history
  • Loading branch information
fashxp authored and github-actions[bot] committed Feb 5, 2024
1 parent 7fd7dfc commit 6e22e26
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/CartManager/AbstractCartItem.php
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,7 @@ public function setIsLoading(bool $isLoading): void
* Sets custom properties to CartItem when provided in AbstractCart::addItem
*
* @param array $params
*
* @return void
*/
public function setCustomProperties(array $params): void
Expand Down
2 changes: 1 addition & 1 deletion src/FilterService/FilterType/MultiSelectCategory.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public function getFilterValues(AbstractFilterDefinitionType $filterDefinition,
$rawValues = $productList->getGroupByValues($filterDefinition->getField(), true);
$values = [];

/** @var array<string, boolean> $availableRelations */
/** @var array<string, bool> $availableRelations */
$availableRelations = [];
if (!$filterDefinition instanceof FilterCategoryMultiselect) {
throw new InvalidConfigException('invalid configuration');
Expand Down

0 comments on commit 6e22e26

Please sign in to comment.