From dc9a09e80226c8bc72991679f659be7a766d0e0e Mon Sep 17 00:00:00 2001
From: Alex Pott <alex.a.pott@googlemail.com>
Date: Sat, 10 Jul 2021 23:39:26 +0100
Subject: [PATCH] Issue #3207111 by guilhermevp, swatichouhan012, joachim:
 Improve ScaffoldFilePath::__construct() documentation

---
 composer/Plugin/Scaffold/ScaffoldFilePath.php | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/composer/Plugin/Scaffold/ScaffoldFilePath.php b/composer/Plugin/Scaffold/ScaffoldFilePath.php
index 5fb5af41d0ac..234eaf236f95 100644
--- a/composer/Plugin/Scaffold/ScaffoldFilePath.php
+++ b/composer/Plugin/Scaffold/ScaffoldFilePath.php
@@ -21,7 +21,7 @@
 class ScaffoldFilePath {
 
   /**
-   * The type of scaffold file this is, 'src' or 'dest'.
+   * The type of scaffold file this is,'autoload', 'dest' or 'src'.
    *
    * @var string
    */
@@ -52,7 +52,7 @@ class ScaffoldFilePath {
    * ScaffoldFilePath constructor.
    *
    * @param string $path_type
-   *   The type of scaffold file this is, 'src' or 'dest'.
+   *   The type of scaffold file this is,'autoload', 'dest' or 'src'.
    * @param string $package_name
    *   The name of the package containing the file.
    * @param string $rel_path
-- 
GitLab