Skip to content

Commit

Permalink
Merge branch '4.3' into 4.4
Browse files Browse the repository at this point in the history
* 4.3:
  fix typo
  • Loading branch information
nicolas-grekas committed Jul 23, 2019
2 parents 542f42f + 0cd17d2 commit a7852c0
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -50,7 +50,7 @@ public function testMaxIntBoundary()
[position:Symfony\Component\VarDumper\Cloner\Data:private] => 0
[key:Symfony\Component\VarDumper\Cloner\Data:private] => 0
[maxDepth:Symfony\Component\VarDumper\Cloner\Data:private] => 21
[maxDepth:Symfony\Component\VarDumper\Cloner\Data:private] => 20
[maxItemsPerDepth:Symfony\Component\VarDumper\Cloner\Data:private] => -1
[useRefHandles:Symfony\Component\VarDumper\Cloner\Data:private] => -1
)
Expand Down Expand Up @@ -413,7 +413,7 @@ public function testCaster()
[attr] => Array
(
[file] => %a%eVarClonerTest.php
[line] => 20
[line] => 21
)
)
Expand Down

0 comments on commit a7852c0

Please sign in to comment.