Skip to content

Commit

Permalink
bug #4984 Fix the example using SerializedParsedExpression (stof)
Browse files Browse the repository at this point in the history
This PR was merged into the 2.5 branch.

Discussion
----------

Fix the example using SerializedParsedExpression

Closes #4970

Commits
-------

b51bdbe Fix the example using SerializedParsedExpression
  • Loading branch information
wouterj committed Feb 14, 2015
2 parents 169315b + b51bdbe commit 583ec92
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/expression_language/caching.rst
Expand Up @@ -64,6 +64,7 @@ Both ``evaluate()`` and ``compile()`` can handle ``ParsedExpression`` and
// ...
$expression = new SerializedParsedExpression(
'1 + 4',
serialize($language->parse('1 + 4', array()))
);
Expand Down

0 comments on commit 583ec92

Please sign in to comment.