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 75950b5 commit 3ff0f7bCopy full SHA for 3ff0f7b
features/optimize_use.feature
@@ -70,18 +70,17 @@ Feature: Optimize use
70
"""
71
--- a/vfs://project/src/Foo.php
72
+++ b/vfs://project/src/Foo.php
73
- @@ -1,4 +1,6 @@
+ @@ -1,9 +1,11 @@
74
<?php
75
-
76
- +use Bar\Qux\Adapter;
77
+
+ +use Bar\Qux\Adapter;
78
class Foo
79
{
80
- @@ -5,5 +5,5 @@
81
public function operation()
82
83
- return new \Bar\Qux\Adapter();
84
+ return new Adapter();
85
}
86
87
- """
+ """
0 commit comments