Skip to content

Commit 2f7fe0c

Browse files
committed
Apply fixes from StyleCI
[ci skip] [skip ci]
1 parent 3b2195b commit 2f7fe0c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Package.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ public function include($paths)
104104
* values should be the destination, i.e. the path
105105
* within the zip file.
106106
*
107-
* @param array $files
107+
* @param array $files
108108
* @return $this
109109
*/
110110
public function includeExactly($files)
@@ -135,7 +135,7 @@ public function includeString($path, $contents)
135135
* Include strings as files. The keys are paths within the
136136
* zip file and the values are the contents of the files.
137137
*
138-
* @param array $strings
138+
* @param array $strings
139139
* @return $this
140140
*/
141141
public function includeStrings($strings)

0 commit comments

Comments
 (0)