Skip to content

Commit

Permalink
Removed extra whitespace to please php-cs-fixer.
Browse files Browse the repository at this point in the history
  • Loading branch information
riks authored and isfedorov committed May 22, 2024
1 parent a8caa3b commit e029eed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zip/zip.php
Original file line number Diff line number Diff line change
Expand Up @@ -1239,7 +1239,7 @@ public function getStream(#[LanguageLevelTypeAware(['8.0' => 'string'], default:
* @return resource|false a file pointer (resource) on success or <b>FALSE</b> on failure.
*/
public function getStreamIndex(
#[LanguageLevelTypeAware(['8.0' => 'int'], default: '')] $index,
#[LanguageLevelTypeAware(['8.0' => 'int'], default: '')] $index,
#[LanguageLevelTypeAware(['8.0' => 'int'], default: '')] $flags = 0
) {}

Expand Down

0 comments on commit e029eed

Please sign in to comment.