Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
dvdoug committed Dec 23, 2017
1 parent efb060b commit 77fda77
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/VolumePacker.php
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,8 @@ protected function checkDimensionalConstraints(Item $itemToPack): bool
}

/**
* Reintegrate skipped items into main list
* Reintegrate skipped items into main list.
*
* @param Item|null $currentItem item from current iteration
*/
protected function rebuildItemList(?Item $currentItem = null): void
Expand Down Expand Up @@ -373,9 +374,8 @@ protected function hasItemsLeftToPack(): bool
return count($this->skippedItems) + count($this->items) === 0;
}


/**
* Return next item in line for packing
* Return next item in line for packing.
*
* @return Item|null
*/
Expand Down

0 comments on commit 77fda77

Please sign in to comment.