Issue #3357578: str_starts_with($path, '/') does not correctly detect absolute paths on Windows
Merged
requested to merge issue/automatic_updates-3357578:3357578-strstartswithpath--does into 3.0.x
1 unresolved thread
Compare changes
Files
9@@ -7,6 +7,7 @@ namespace Drupal\package_manager\PathExcluder;
@@ -7,6 +7,7 @@ namespace Drupal\package_manager\PathExcluder;
@@ -28,9 +29,12 @@ final class GitExcluder implements EventSubscriberInterface {
@@ -28,9 +29,12 @@ final class GitExcluder implements EventSubscriberInterface {
public function __construct(PathLocator $path_locator, private readonly ComposerInspector $composerInspector) {