Skip to content

Commit 7b537be

Browse files
authored
Apply fixes from StyleCI (#15)
1 parent dc457a8 commit 7b537be

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Traits/FilterByDimensionTrait.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ public function whereDimensionIn(string $name, array $values, bool $caseSensitiv
6161
/**
6262
* Apply where dimension filter using 'and_group'.
6363
*
64-
* @param array $dimensions
64+
* @param array $dimensions
6565
* @return $this
6666
*/
6767
public function whereAndGroupDimensions($dimensions): self
@@ -79,7 +79,7 @@ public function whereAndGroupDimensions($dimensions): self
7979
/**
8080
* Apply where dimension filter using 'or_group'.
8181
*
82-
* @param array $dimensions
82+
* @param array $dimensions
8383
* @return $this
8484
*/
8585
public function whereOrGroupDimensions($dimensions): self
@@ -97,7 +97,7 @@ public function whereOrGroupDimensions($dimensions): self
9797
/**
9898
* Create an array of dimension filters.
9999
*
100-
* @param array $dimensions
100+
* @param array $dimensions
101101
* @return void
102102
*/
103103
protected function createDimensionGroup($dimensions): array

0 commit comments

Comments
 (0)