Skip to content

Commit 06ed9df

Browse files
committed
Update real-world.php
1 parent 6669768 commit 06ed9df

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

e2e/bug-12972b/real-world.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22

33
require 'autoloader.php';
44

5-
new \Foo12972\MyRoot();
5+
$root = new \Foo12972\MyRoot();
6+
$root->doBar(new \other12972\MyClass());

0 commit comments

Comments
 (0)