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 5100397 commit ff19f54
Show file tree
Hide file tree
Showing 2 changed files with 7 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 @@ -240,9 +240,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): bool
Expand Down
6 changes: 4 additions & 2 deletions tests/Test/TestItem.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,15 @@ class TestItem implements Item
private $keepFlat;

/**
* Test objects that recurse
* 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 ff19f54

Please sign in to comment.