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 1a6f13d commit b6f3462Copy full SHA for b6f3462
src/Plugin.php
@@ -35,7 +35,7 @@ public function onPreAutoloadDump()
35
$vendor_dir = str_replace('\'', '\\\'', realpath($this->composer->getConfig()->get('vendor-dir')));
36
$base_dir = str_replace('\'', '\\\'', getcwd());
37
38
- $path = false === strpos(__DIR__, $vendor_dir)
+ $path = 0 === strpos(__DIR__, $vendor_dir)
39
? __DIR__ . '/'
40
: $vendor_dir . '/hostnet/path-composer-plugin-lib/src/';
41
0 commit comments