From 717e6c006d8fb1c3be488056096f51c28eba17c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Bar=C3=A1=C5=A1ek?= Date: Tue, 9 Feb 2021 19:25:34 +0100 Subject: [PATCH] Cs --- src/Core/Core.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Core/Core.php b/src/Core/Core.php index c8870d8..e3436c5 100644 --- a/src/Core/Core.php +++ b/src/Core/Core.php @@ -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;