Skip to content

Commit

Permalink
Merge pull request #15 from voku/analysis-z4ybD1
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
voku committed Aug 11, 2017
2 parents 78cd67c + 4cee006 commit 4060dfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Arrayy.php
Expand Up @@ -1670,7 +1670,7 @@ protected static function implode_recursive($glue = '', $pieces) {
$glue,
array_map(
array('self', 'implode_recursive'),
array_fill(0, ($pieces_count > 0 ? $pieces_count : 1), $glue),
array_fill(0, ($pieces_count > 0 ? $pieces_count : 1), $glue),
$pieces
)
);
Expand Down

0 comments on commit 4060dfc

Please sign in to comment.