Skip to content

Commit

Permalink
Tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
rotexdegba committed May 8, 2018
1 parent 1b806e2 commit ab1717f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/BaseCollection.php
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ public function getCollectionsOfSizeN($max_size_of_each_collection=1) {
|| ((int)$max_size_of_each_collection) < 0
|| !is_numeric($max_size_of_each_collection)
) {
$max_size_of_each_collection = 1;
$max_size_of_each_collection = 1;
}


Expand Down

0 comments on commit ab1717f

Please sign in to comment.