Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
roberto-butti authored and github-actions[bot] committed Oct 2, 2023
1 parent 460f6b2 commit 5b55b64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Table.php
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ public function groupBy(string|int $field): Table
foreach ($this->rows as $value) {
$property = $value->get($field);
$property = $this->castVariableForStrval($property);

if (!$property
|| array_key_exists(strval($property), $result)) {
continue;
Expand Down

0 comments on commit 5b55b64

Please sign in to comment.