You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if (file_exists(__DIR__ . '/../../vendor/autoload.php')) {
In the project vs global dependency solver it seems that the __DIR__ is starting from wrong path. When running from project binary, __DIR__ is .../vendor/mglaman/drupal-check/src/Command so it just so happens to match with the 'global' path.
drupal-check/src/Command/CheckCommand.php
Line 184 in e78eff7
In the project vs global dependency solver it seems that the
__DIR__
is starting from wrong path. When running from project binary,__DIR__
is.../vendor/mglaman/drupal-check/src/Command
so it just so happens to match with the 'global' path.drupal-check/src/Command/CheckCommand.php
Line 195 in e78eff7
The text was updated successfully, but these errors were encountered: