Passed
Pull Request — 2.7 (#7353)
by
unknown
06:46
created
lib/Doctrine/ORM/Query/AST/Functions/IsNullFunction.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -54,7 +54,7 @@
 block discarded – undo
54 54
      * @inheritdoc
55 55
      */
56 56
     public function getSql(SqlWalker $sqlWalker) {
57
-        return 'ISNULL(' . $this->isnull->dispatch($sqlWalker) . ')';
57
+        return 'ISNULL('.$this->isnull->dispatch($sqlWalker).')';
58 58
     }
59 59
 }
60 60
 
Please login to merge, or discard this patch.