mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-08-06 06:57:25 +02:00
codestyle - remove trailing whitespaces
This commit is contained in:
@@ -10,7 +10,7 @@ class Item
|
||||
|
||||
/**
|
||||
* An item must have a price
|
||||
*
|
||||
*
|
||||
* @param int $price
|
||||
*/
|
||||
public function __construct($price)
|
||||
@@ -20,7 +20,7 @@ class Item
|
||||
|
||||
/**
|
||||
* Get the items price
|
||||
*
|
||||
*
|
||||
* @return int
|
||||
*/
|
||||
public function getPrice()
|
||||
|
Reference in New Issue
Block a user