Skip to content

Commit d86fc12

Browse files
committed
Merge branch '2.8' into 3.1
* 2.8: fixed fixtures
2 parents e42ab52 + cd1ec11 commit d86fc12

File tree

1 file changed

+5
-0
lines changed
  • src/Symfony/Component/VarDumper/Tests/Fixtures

1 file changed

+5
-0
lines changed

src/Symfony/Component/VarDumper/Tests/Fixtures/Twig.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,11 @@ public function getDebugInfo()
2828
{
2929
return array (19 => 2);
3030
}
31+
32+
public function getSource()
33+
{
34+
return '';
35+
}
3136
}
3237
/* foo bar*/
3338
/* twig source*/

0 commit comments

Comments
 (0)