Skip to content

Commit 2cf8dac

Browse files
committed
Merge branch '2.6' into 2.7
* 2.6: CS: fix some license headers CS: Ensure there is no code on the same line as the PHP open tag and it is followed by a blankline use visited lookup with reference to gain performance Replace GET parameters when changed [FrameworkBundle][debug:config] added support for dynamic configurations. [WebProfiler] Fix partial search on url in list Conflicts: src/Symfony/Bridge/Propel1/Form/EventListener/TranslationCollectionFormListener.php src/Symfony/Bridge/Propel1/Form/EventListener/TranslationFormListener.php
2 parents 0a81a1f + acf4593 commit 2cf8dac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dumper/PhpDumper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1241,7 +1241,7 @@ private function getDefinitionsFromArguments(array $arguments)
12411241
*
12421242
* @return bool
12431243
*/
1244-
private function hasReference($id, array $arguments, $deep = false, array $visited = array())
1244+
private function hasReference($id, array $arguments, $deep = false, array &$visited = array())
12451245
{
12461246
foreach ($arguments as $argument) {
12471247
if (is_array($argument)) {

0 commit comments

Comments
 (0)