Skip to content

Commit 5350750

Browse files
committed
#89 Fix use order in src/Drupal/DrupalAutoloader.php.
1 parent f350d5f commit 5350750

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Drupal/DrupalAutoloader.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66

77
use DrupalFinder\DrupalFinderComposerRuntime;
88
use Drush\Drush;
9-
use mglaman\PHPStanDrupal\Drupal\Extension;
10-
use mglaman\PHPStanDrupal\Drupal\ExtensionDiscovery;
119
use Nette\Utils\Finder;
1210
use PHPUnit\Framework\Test;
1311
use Symfony\Component\Yaml\Yaml;
12+
use mglaman\PHPStanDrupal\Drupal\Extension;
13+
use mglaman\PHPStanDrupal\Drupal\ExtensionDiscovery;
1414

1515
/**
1616
* Drupal autoloader for allowing Psalm to scan code.

0 commit comments

Comments
 (0)