diff --git a/composer/Plugin/Scaffold/ScaffoldFilePath.php b/composer/Plugin/Scaffold/ScaffoldFilePath.php
index 5fb5af41d0acf1962b2ce8ee91c383cd32e96563..234eaf236f955534fa36a43e95b994689719580d 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