Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
[ci skip] [skip ci]
  • Loading branch information
StyleCIBot committed Jan 9, 2022
1 parent 3b2195b commit 2f7fe0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Package.php
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ public function include($paths)
* values should be the destination, i.e. the path
* within the zip file.
*
* @param array $files
* @param array $files
* @return $this
*/
public function includeExactly($files)
Expand Down Expand Up @@ -135,7 +135,7 @@ public function includeString($path, $contents)
* Include strings as files. The keys are paths within the
* zip file and the values are the contents of the files.
*
* @param array $strings
* @param array $strings
* @return $this
*/
public function includeStrings($strings)
Expand Down

0 comments on commit 2f7fe0c

Please sign in to comment.