codestyle - remove trailing whitespaces

This commit is contained in:
Nils Rückmann
2015-03-27 12:19:20 +01:00
parent a6a6e18997
commit 2bc3d20e5e
41 changed files with 40 additions and 65 deletions

View File

@@ -12,7 +12,7 @@ class Either extends AbstractSpecification
/**
* A composite wrapper of two specifications
*
*
* @param SpecificationInterface $left
* @param SpecificationInterface $right
*/
@@ -24,9 +24,9 @@ class Either extends AbstractSpecification
/**
* Returns the evaluation of both wrapped specifications as a logical OR
*
*
* @param Item $item
*
*
* @return bool
*/
public function isSatisfiedBy(Item $item)