Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c597d89

Browse files
committed
removes unnecessary newline in comments
1 parent 1cecbab commit c597d89

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

Behavioral/Specification/Either.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ class Either extends AbstractSpecification
1515
*
1616
* @param SpecificationInterface $left
1717
* @param SpecificationInterface $right
18-
1918
*/
2019
public function __construct(SpecificationInterface $left, SpecificationInterface $right)
2120
{

Behavioral/Specification/Item.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ class Item
1212
* An item must have a price
1313
*
1414
* @param int $price
15-
1615
*/
1716
public function __construct($price)
1817
{

Behavioral/Specification/Not.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ class Not extends AbstractSpecification
1313
* Creates a new specification wrapping another
1414
*
1515
* @param SpecificationInterface $spec
16-
1716
*/
1817
public function __construct(SpecificationInterface $spec)
1918
{

0 commit comments

Comments
 (0)