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 f350d5f commit 5350750Copy full SHA for 5350750
src/Drupal/DrupalAutoloader.php
@@ -6,11 +6,11 @@
6
7
use DrupalFinder\DrupalFinderComposerRuntime;
8
use Drush\Drush;
9
-use mglaman\PHPStanDrupal\Drupal\Extension;
10
-use mglaman\PHPStanDrupal\Drupal\ExtensionDiscovery;
11
use Nette\Utils\Finder;
12
use PHPUnit\Framework\Test;
13
use Symfony\Component\Yaml\Yaml;
+use mglaman\PHPStanDrupal\Drupal\Extension;
+use mglaman\PHPStanDrupal\Drupal\ExtensionDiscovery;
14
15
/**
16
* Drupal autoloader for allowing Psalm to scan code.
0 commit comments