Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
voku authored and StyleCIBot committed Aug 11, 2017
1 parent 78cd67c commit 4cee006
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 4cee006

Please sign in to comment.