1 | <?php |
||
8 | class DummyAggregate extends AggregateRoot |
||
9 | { |
||
10 | private $incrementedNumber = 0; |
||
11 | |||
12 | 1 | public function performDummyTask(Clock $clock) |
|
19 | |||
20 | 1 | public function increment(Clock $clock) |
|
28 | |||
29 | 1 | protected function applyDummyIncrementingHappened(DummyIncrementingHappened $event) |
|
33 | |||
34 | 1 | protected function applyDummyTaskWasExecuted(DummyTaskWasExecuted $event) |
|
38 | |||
39 | 1 | public function dontDoAnything() |
|
43 | |||
44 | 3 | public function throwAnException() |
|
48 | } |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.