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,9 +21,9 @@ class AbstractFactoryTest extends \PHPUnit_Framework_TestCase
/**
* This is the client of factories. Note that the client does not
* care which factory is given to him, he can create any component he
* care which factory is given to him, he can create any component he
* wants and render how he wants.
*
*
* @dataProvider getFactories
*/
public function testComponentCreation(AbstractFactory $factory)