removes unnecessary newline in comments

This commit is contained in:
Jessie Siat
2014-06-11 14:05:03 +08:00
parent 1cecbabe2f
commit c597d895d6
3 changed files with 0 additions and 3 deletions

View File

@@ -12,7 +12,6 @@ class Item
* An item must have a price
*
* @param int $price
*/
public function __construct($price)
{