Skip to content

Commit 81653bb

Browse files
Merge branch '4.0' into 4.1
* 4.0: [Lock] use 'r+' for fopen (fixes issue on Solaris) [HttpKernel] fix test compat with PHP 5.3 fix handling of nested Error instances fix file lock on SunOS [Cache] more granular handling of exceptions in AbstractTrait::clear() change `evaluate()` docblock return type from string to mixed Set serialize_precision explicitly to avoid fancy float rounding
2 parents 2d0ffaa + e878d35 commit 81653bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)