We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b12551 commit e146f2dCopy full SHA for e146f2d
ScaffoldFilePath.php
@@ -21,7 +21,7 @@
21
class ScaffoldFilePath {
22
23
/**
24
- * The type of scaffold file this is, 'src' or 'dest'.
+ * The type of scaffold file this is,'autoload', 'dest' or 'src'.
25
*
26
* @var string
27
*/
@@ -52,7 +52,7 @@ class ScaffoldFilePath {
52
* ScaffoldFilePath constructor.
53
54
* @param string $path_type
55
56
* @param string $package_name
57
* The name of the package containing the file.
58
* @param string $rel_path
0 commit comments