File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44
55namespace Rector \Mockstan \PHPUnit ;
66
7- use PhpParser \Node \Stmt \ClassMethod ;
87use PHPStan \Analyser \Scope ;
98use PHPStan \Reflection \ClassReflection ;
109use Rector \Mockstan \Enum \ClassName ;
Original file line number Diff line number Diff line change 1515use Rector \Mockstan \Enum \RuleIdentifier ;
1616use Rector \Mockstan \Enum \SymfonyClass ;
1717use Rector \Mockstan \PHPUnit \TestClassDetector ;
18- use Rector \Mockstan \Testing \PHPUnitTestAnalyser ;
1918
2019/**
2120 * @see \Rector\Mockstan\Tests\Rules\NoMockOnlyTestRule\NoMockOnlyTestRuleTest
@@ -36,7 +35,7 @@ public function getNodeType(): string
3635 */
3736 public function processNode (Node $ node , Scope $ scope ): array
3837 {
39- if (!TestClassDetector::isTestClass ($ scope )) {
38+ if (! TestClassDetector::isTestClass ($ scope )) {
4039 return [];
4140 }
4241
You can’t perform that action at this time.
0 commit comments