Skip to content

Commit 3091b94

Browse files
author
Phalcon
committed
Merge pull request phalcon#4 from C-K-Y/master
Declaration of ConcatOperator::compile() should be compatible with Logic...
2 parents d381188 + 5821ae6 commit 3091b94

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Library/Operators/Other/ConcatOperator.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
class ConcatOperator extends LogicalBaseOperator
2121
{
2222

23-
public function compile($expression, $compilationContext)
23+
public function compile($expression, CompilationContext $compilationContext)
2424
{
2525

2626
if (!isset($expression['left'])) {
@@ -60,4 +60,4 @@ public function compile($expression, $compilationContext)
6060
return new CompiledExpression('null', null, $expression);
6161
}
6262

63-
}
63+
}

0 commit comments

Comments
 (0)