mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-07-31 20:20:15 +02:00
removes unnecessary newline in comments
This commit is contained in:
@@ -12,7 +12,6 @@ class Item
|
||||
* An item must have a price
|
||||
*
|
||||
* @param int $price
|
||||
|
||||
*/
|
||||
public function __construct($price)
|
||||
{
|
||||
|
Reference in New Issue
Block a user