Test Failed
Push — master ( 1c5165...b7ef6a )
by Kirill
03:37
created
src/Query.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -81,7 +81,7 @@
 block discarded – undo
81 81
 
82 82
             $config = $this->getRepository()->getEntityManager()->getConfiguration();
83 83
 
84
-            if (! $config->getCustomStringFunction('RAW')) {
84
+            if (!$config->getCustomStringFunction('RAW')) {
85 85
                 $config->addCustomStringFunction('RAW', RawFunction::class);
86 86
             }
87 87
         }
Please login to merge, or discard this patch.