Skip to content

[CodingStyle] Add ImportFullyQualifiedNamesRector#1327

Merged
TomasVotruba merged 2 commits intomasterfrom
import
Apr 17, 2019
Merged

[CodingStyle] Add ImportFullyQualifiedNamesRector#1327
TomasVotruba merged 2 commits intomasterfrom
import

Conversation

@TomasVotruba
Copy link
Copy Markdown
Member

@TomasVotruba TomasVotruba commented Apr 17, 2019

+use SomeAnother\AnotherClass;

 class SomeClass
 {
     public function create()
     {
-        return new \SomeAnother\AnotherClass;
+        return new AnotherClass;
     }
 }

@TomasVotruba TomasVotruba force-pushed the import branch 3 times, most recently from ccdd778 to a373a19 Compare April 17, 2019 20:09
@TomasVotruba TomasVotruba merged commit 5300edd into master Apr 17, 2019
@TomasVotruba TomasVotruba deleted the import branch April 17, 2019 20:56
TomasVotruba added a commit that referenced this pull request Nov 28, 2021
rectorphp/rector-src@59d6ea9 [Core] Fix PhpVersion value on php 8.1 and php 8.2 (#1327)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant