Skip to content

Commit 00b6f53

Browse files
committed
minor symfony#27657 [ExpressionLanguage] change evaluate() docblock return type from string to mixed (jspee)
This PR was submitted for the 4.1 branch but it was merged into the 2.8 branch instead (closes symfony#27657). Discussion ---------- [ExpressionLanguage] change `evaluate()` docblock return type from string to mixed Issue: symfony#27652 Commits ------- 2d26a55 change `evaluate()` docblock return type from string to mixed
2 parents e5059a0 + 2d26a55 commit 00b6f53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/ExpressionLanguage/ExpressionLanguage.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ public function compile($expression, $names = array())
6060
* @param Expression|string $expression The expression to compile
6161
* @param array $values An array of values
6262
*
63-
* @return string The result of the evaluation of the expression
63+
* @return mixed The result of the evaluation of the expression
6464
*/
6565
public function evaluate($expression, $values = array())
6666
{

0 commit comments

Comments
 (0)