Skip to content

Commit e146f2d

Browse files
committed
Issue #3207111 by guilhermevp, swatichouhan012, joachim: Improve ScaffoldFilePath::__construct() documentation
(cherry picked from commit dc9a09e80226c8bc72991679f659be7a766d0e0e)
1 parent 7b12551 commit e146f2d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ScaffoldFilePath.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
class ScaffoldFilePath {
2222

2323
/**
24-
* The type of scaffold file this is, 'src' or 'dest'.
24+
* The type of scaffold file this is,'autoload', 'dest' or 'src'.
2525
*
2626
* @var string
2727
*/
@@ -52,7 +52,7 @@ class ScaffoldFilePath {
5252
* ScaffoldFilePath constructor.
5353
*
5454
* @param string $path_type
55-
* The type of scaffold file this is, 'src' or 'dest'.
55+
* The type of scaffold file this is,'autoload', 'dest' or 'src'.
5656
* @param string $package_name
5757
* The name of the package containing the file.
5858
* @param string $rel_path

0 commit comments

Comments
 (0)