Skip to content

Commit

Permalink
Apply php-cs-fixer changes
Browse files Browse the repository at this point in the history
  • Loading branch information
weisswurstkanone authored and actions-user committed Jul 28, 2021
1 parent b7ae073 commit aadf48f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/GraphQL/Helper.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public static function addJoins(&$list, $filter, $columns, &$mappingTable = [])
foreach ($parts as $key => $value) {
foreach ($columns as $column) {
$attributes = $column['attributes'];

if (isset($attributes['attribute'])) {
$name = $attributes['attribute'];

Expand Down

0 comments on commit aadf48f

Please sign in to comment.