1
0
mirror of synced 2025-01-09 02:27:10 +03:00
doctrine2/lib
Alex Bakhturin b33c9befb7 [QueryBuilder] Remove unused method parameters that are shadowed by local variables
PHP5 treats the left part of such assignment as an independent local variable, while HHVM treats it as a reference to the method parameter. This leads to the value of the parameter being changed, which, in turn, causes func_get_args() to return not what is expected.
This commit is a part of the effort to make Symfony run flawlessly on HHVM. This issue causes a bunch of Symfony tests to fail on HHVM.
2014-10-17 11:17:33 -07:00
..
Doctrine/ORM [QueryBuilder] Remove unused method parameters that are shadowed by local variables 2014-10-17 11:17:33 -07:00
vendor Removing submodules as of doctrine/doctrine2#570 2013-02-15 18:33:29 +01:00