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 89a0bf6 commit 5dd03e4Copy full SHA for 5dd03e4
drupal-autoloader.php
@@ -1,7 +1,7 @@
1
<?php declare(strict_types=1);
2
3
+use mglaman\PHPStanDrupal\Drupal\DrupalAutoloader;
4
use PHPStan\DependencyInjection\Container;
-use PHPStan\Drupal\DrupalAutoloader;
5
6
assert($container instanceof Container);
7
if ($container === NULL && !($container instanceof Container)) {
0 commit comments