Skip to content
Snippets Groups Projects

Issue #3274323: Split ExcludedPathsSubscriber into multiple classes

All threads resolved!
All threads resolved!
Compare and
17 files
+ 1062
257
Compare changes
  • Side-by-side
  • Inline
Files
17
@@ -31,7 +31,7 @@ trait ExcludedPathsTrait {
* @param string $path
* The path to exclude, relative to the project root.
*
* @see \Drupal\package_manager\EventSubscriber\ExcludedPathsSubscriber
* @see \Drupal\package_manager\PathExcluder\SiteConfigurationExcluder
*/
public function excludePath(string $path): void {
$this->excludedPaths[] = $path;
Loading