Skip to content

Commit ada05a6

Browse files
committed
#72 Update class comment in DrupalAutoloaderBase.php.
1 parent 11101c9 commit ada05a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Drupal/DrupalAutoloaderBase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
/**
1212
* Drupal autoloader base class for allowing Psalm to scan code.
1313
*
14-
* Code re-used from https://github.com/mglaman/phpstan-drupal/blob/main/src/Drupal/DrupalAutoloader.php.
14+
* This was split into 2 classes to code complexity would not be too high.
1515
*/
1616
class DrupalAutoloaderBase {
1717

0 commit comments

Comments
 (0)