@@ -24,7 +24,7 @@ |
||
24 | 24 | */ |
25 | 25 | final class SteppedBillInterpreter extends AbstractBillInterpreter |
26 | 26 | { |
27 | - private const EXPRESSION = Expr::POSITIVE_NUMBER . |
|
27 | + private const EXPRESSION = Expr::POSITIVE_NUMBER . |
|
28 | 28 | Expr::COMMA . |
29 | 29 | Expr::POSITIVE_NUMBER . |
30 | 30 | '\+'; |
@@ -23,8 +23,8 @@ |
||
23 | 23 | use RangeValidityCheck; |
24 | 24 | |
25 | 25 | private const EXPRESSION = Expr::POSITIVE_NUMBER . |
26 | - Expr::COMMA . |
|
27 | - Expr::RANGE; |
|
26 | + Expr::COMMA . |
|
27 | + Expr::RANGE; |
|
28 | 28 | |
29 | 29 | public function __construct() |
30 | 30 | { |
@@ -23,8 +23,8 @@ |
||
23 | 23 | use RangeValidityCheck; |
24 | 24 | |
25 | 25 | private const EXPRESSION = Expr::PERCENT . |
26 | - Expr::COMMA . |
|
27 | - Expr::RANGE; |
|
26 | + Expr::COMMA . |
|
27 | + Expr::RANGE; |
|
28 | 28 | |
29 | 29 | public function __construct() |
30 | 30 | { |