Skip to content
Snippets Groups Projects

Issue #3304365: Do not check excluded folders for symlinks

Merged Adam G-H requested to merge issue/automatic_updates-3304365:3304365-do-not-check into 8.x-2.x
Compare and Show latest version
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
@@ -23,7 +23,7 @@ trait PathExclusionsTrait {
* This should only be used for paths that, if they exist at all, are
* *guaranteed* to exist within the web root.
*
* @param \Drupal\package_manager\Event\StageEvent $event
* @param \Drupal\package_manager\Event\CollectIgnoredPathsEvent $event
* The event object.
* @param string[] $paths
* The paths to exclude. These should be relative to the web root, and will
@@ -52,7 +52,7 @@ trait PathExclusionsTrait {
/**
* Flags paths to be excluded, relative to the project root.
*
* @param \Drupal\package_manager\Event\StageEvent $event
* @param \Drupal\package_manager\Event\CollectIgnoredPathsEvent $event
* The event object.
* @param string[] $paths
* The paths to exclude. Absolute paths will be made relative to the project
Loading