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

@@ -14,6 +14,5 @@ class Bicycle implements VehicleInterface
*/
public function driveTo($destination)
{
}
}

View File

@@ -26,7 +26,7 @@ class ConcreteFactory
/**
* Creates a vehicle
*
*
* @param string $type a known type key
*
* @return VehicleInterface a new instance of VehicleInterface

View File

@@ -12,6 +12,5 @@ class Scooter implements VehicleInterface
*/
public function driveTo($destination)
{
}
}