Skip to content

Commit ee6aaa2

Browse files
Merge branch '3.3' into 3.4
* 3.3: [Serializer] Fix extra attributes when no group specified [Intl] Make intl-data tests pass and save language aliases again [Console] Fix CommandTester::setInputs() docblock [Serializer] readd default argument value [VarDumper] fix trailling comma when dumping an exception Remove useless docblocks [FrameworkBundle] Fix docblocks [PropertyInfo] Remove useless docblocks
2 parents 7dba870 + 01aee0c commit ee6aaa2

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

ExpressionLanguage.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,6 @@
2323
*/
2424
class ExpressionLanguage
2525
{
26-
/**
27-
* @var CacheItemPoolInterface
28-
*/
2926
private $cache;
3027
private $lexer;
3128
private $parser;

0 commit comments

Comments
 (0)