Skip to content

Commit

Permalink
Cs
Browse files Browse the repository at this point in the history
  • Loading branch information
janbarasek committed Feb 9, 2021
1 parent 576038b commit 717e6c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Core/Core.php
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ private function getColumnGetters(array $columns): array
}


private function getValueByRelation(string $column, object|null $candidateEntity = null): string
private function getValueByRelation(string $column, object |null $candidateEntity = null): string
{
$getterValue = null;
$return = null;
Expand Down

0 comments on commit 717e6c0

Please sign in to comment.