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 Jun 15, 2018
1 parent 1501f7a commit ac43f87
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion src/OrientatedItemFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -222,9 +222,11 @@ function (OrientatedItem $orientation) {
}

/**
* Compare two items to see if they have same dimensions
* Compare two items to see if they have same dimensions.
*
* @param Item $itemA
* @param Item $itemB
*
* @return bool
*/
protected function isSameDimensions(Item $itemA, Item $itemB)
Expand Down
4 changes: 2 additions & 2 deletions tests/Test/TestItem.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,14 @@ class TestItem implements Item
*/
private $volume;


/* Test objects that recurse
* @var stdClass
*/
private $a;

/**
* Test objects that recurse
* Test objects that recurse.
*
* @var stdClass
*/
private $b;
Expand Down

0 comments on commit ac43f87

Please sign in to comment.