File tree Expand file tree Collapse file tree 3 files changed +0
-3
lines changed Expand file tree Collapse file tree 3 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,6 @@ class Either extends AbstractSpecification
15
15
*
16
16
* @param SpecificationInterface $left
17
17
* @param SpecificationInterface $right
18
-
19
18
*/
20
19
public function __construct (SpecificationInterface $ left , SpecificationInterface $ right )
21
20
{
Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ class Item
12
12
* An item must have a price
13
13
*
14
14
* @param int $price
15
-
16
15
*/
17
16
public function __construct ($ price )
18
17
{
Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ class Not extends AbstractSpecification
13
13
* Creates a new specification wrapping another
14
14
*
15
15
* @param SpecificationInterface $spec
16
-
17
16
*/
18
17
public function __construct (SpecificationInterface $ spec )
19
18
{
You can’t perform that action at this time.
0 commit comments