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

@ -21,7 +21,7 @@ abstract class Decorator implements RendererInterface
/**
* You must type-hint the wrapped component :
* It ensures you can call renderData() in the subclasses !
*
*
* @param RendererInterface $wrappable
*/
public function __construct(RendererInterface $wrappable)

View File

@ -46,7 +46,7 @@ class DecoratorTest extends \PHPUnit_Framework_TestCase
/**
* Second key-point of this pattern : the decorator is type-hinted
*
*
* @expectedException \PHPUnit_Framework_Error
*/
public function testDecoratorTypeHinted()