File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 66
77use DrupalFinder \DrupalFinderComposerRuntime ;
88use Drush \Drush ;
9- use mglaman \PHPStanDrupal \Drupal \Extension ;
10- use mglaman \PHPStanDrupal \Drupal \ExtensionDiscovery ;
119use Nette \Utils \Finder ;
1210use PHPUnit \Framework \Test ;
1311use 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.
Original file line number Diff line number Diff line change 55namespace Wunderio \GrumPHP \Drupal ;
66
77use Drupal \Core \DependencyInjection \ContainerNotInitializedException ;
8- use mglaman \PHPStanDrupal \Drupal \Extension ;
98use Nette \Utils \Finder ;
9+ use mglaman \PHPStanDrupal \Drupal \Extension ;
1010
1111/**
1212 * Drupal autoloader base class for allowing Psalm to scan code.
Original file line number Diff line number Diff line change 99
1010use GrumPHP \Collection \FilesCollection ;
1111use GrumPHP \Collection \LintErrorsCollection ;
12- use GrumPHP \Linter \LinterInterface ;
1312use GrumPHP \Linter \LintError ;
13+ use GrumPHP \Linter \LinterInterface ;
1414use GrumPHP \Runner \TaskResult ;
1515use GrumPHP \Task \Config \TaskConfigInterface ;
1616use GrumPHP \Task \Context \ContextInterface ;
You can’t perform that action at this time.
0 commit comments