Completed
Push — master ( b7ef6a...58a002 )
by Kirill
03:12
created
src/Bootstrap.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -44,7 +44,7 @@
 block discarded – undo
44 44
     private function registerDQLFunctions(Configuration $config): void
45 45
     {
46 46
         foreach (self::DQL_FUNCTIONS as $name => $fn) {
47
-            if (! $config->getCustomStringFunction($name)) {
47
+            if (!$config->getCustomStringFunction($name)) {
48 48
                 $config->addCustomStringFunction($name, $fn);
49 49
             }
50 50
         }
Please login to merge, or discard this patch.