Merge pull request #130 from nueckman/codestyle-1

codestyle - remove trailing whitespaces
This commit is contained in:
Dominik Liebler
2015-04-09 21:40:48 +02:00
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()