We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6669768 commit 06ed9dfCopy full SHA for 06ed9df
e2e/bug-12972b/real-world.php
@@ -2,4 +2,5 @@
2
3
require 'autoloader.php';
4
5
-new \Foo12972\MyRoot();
+$root = new \Foo12972\MyRoot();
6
+$root->doBar(new \other12972\MyClass());
0 commit comments