Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f75a940

Browse filesBrowse files
committed
[VarDumper] fix filename
1 parent 2309901 commit f75a940
Copy full SHA for f75a940

File tree

2 files changed

+2
-2
lines changed
Filter options

2 files changed

+2
-2
lines changed

‎src/Symfony/Component/VarDumper/Tests/Caster/ReflectionCasterTest.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/VarDumper/Tests/Caster/ReflectionCasterTest.php
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ public function testClosureCaster()
7575
\$b: & 123
7676
}
7777
file: "%sReflectionCasterTest.php"
78-
line: "63 to 63"
78+
line: "65 to 65"
7979
}
8080
EOTXT
8181
, $var
@@ -95,7 +95,7 @@ public function testReturnType()
9595
returnType: "int"
9696
class: "Symfony\Component\VarDumper\Tests\Caster\ReflectionCasterTest"
9797
this: Symfony\Component\VarDumper\Tests\Caster\ReflectionCasterTest { …}
98-
file: "%sReflectionCasterTest.php(88) : eval()'d code"
98+
file: "%sReflectionCasterTest.php(90) : eval()'d code"
9999
line: "1 to 1"
100100
}
101101
EOTXT

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.