Skip to content

Commit

Permalink
#89 Fix use order in src/Drupal/DrupalAutoloader.php.
Browse files Browse the repository at this point in the history
  • Loading branch information
hkirsman committed Oct 16, 2024
1 parent f350d5f commit 5350750
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Drupal/DrupalAutoloader.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@

use DrupalFinder\DrupalFinderComposerRuntime;
use Drush\Drush;
use mglaman\PHPStanDrupal\Drupal\Extension;
use mglaman\PHPStanDrupal\Drupal\ExtensionDiscovery;
use Nette\Utils\Finder;
use PHPUnit\Framework\Test;
use Symfony\Component\Yaml\Yaml;
use mglaman\PHPStanDrupal\Drupal\Extension;
use mglaman\PHPStanDrupal\Drupal\ExtensionDiscovery;

/**
* Drupal autoloader for allowing Psalm to scan code.
Expand Down

0 comments on commit 5350750

Please sign in to comment.