| 1 | <?php |
||
| 16 | class MandateResponseStrategy implements Strategy, Layouts |
||
| 17 | { |
||
| 18 | /** |
||
| 19 | * @var Section |
||
| 20 | */ |
||
| 21 | private $section; |
||
| 22 | |||
| 23 | /** |
||
| 24 | * @var RecordReader\RecordReader; |
||
| 25 | */ |
||
| 26 | private $openingRecordReader; |
||
| 27 | |||
| 28 | public function __construct(RecordReader\RecordReader $openingRecordReader = null) |
||
| 33 | |||
| 34 | public function createStates(): StateMachine |
||
| 43 | |||
| 44 | public function begin() |
||
| 48 | |||
| 49 | public function on01(Line $line) |
||
| 53 | |||
| 54 | public function on73(Line $line) |
||
| 58 | |||
| 59 | public function on09(Line $line) |
||
| 63 | |||
| 64 | public function done(): Section |
||
| 68 | } |
||
| 69 |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.