We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b2195b commit 2f7fe0cCopy full SHA for 2f7fe0c
src/Package.php
@@ -104,7 +104,7 @@ public function include($paths)
104
* values should be the destination, i.e. the path
105
* within the zip file.
106
*
107
- * @param array $files
+ * @param array $files
108
* @return $this
109
*/
110
public function includeExactly($files)
@@ -135,7 +135,7 @@ public function includeString($path, $contents)
135
* Include strings as files. The keys are paths within the
136
* zip file and the values are the contents of the files.
137
138
- * @param array $strings
+ * @param array $strings
139
140
141
public function includeStrings($strings)
0 commit comments