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

@@ -15,7 +15,6 @@ class Either extends AbstractSpecification
*
* @param SpecificationInterface $left
* @param SpecificationInterface $right
*/
public function __construct(SpecificationInterface $left, SpecificationInterface $right)
{

View File

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

View File

@@ -13,7 +13,6 @@ class Not extends AbstractSpecification
* Creates a new specification wrapping another
*
* @param SpecificationInterface $spec
*/
public function __construct(SpecificationInterface $spec)
{