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 cbfd339 commit d7f1ab6Copy full SHA for d7f1ab6
bin/php-stub-generator
@@ -23,7 +23,7 @@ if (!ini_get('date.timezone')) {
23
ini_set('date.timezone', 'UTC');
24
}
25
26
-foreach ([__DIR__ . '/../../autoload.php', __DIR__ . '/../vendor/autoload.php', __DIR__ . '/vendor/autoload.php'] as $file) {
+foreach ([__DIR__ . '/../../../autoload.php', __DIR__ . '/../vendor/autoload.php'] as $file) {
27
if (file_exists($file)) {
28
define('PHP_STUB_GENERATOR_COMPOSER_INSTALL', $file);
29
break;
0 commit comments