| 1 | <?php |
||
| 8 | class ReturnChild implements ChildInterface |
||
| 9 | { |
||
| 10 | /** |
||
| 11 | * @var bool |
||
| 12 | */ |
||
| 13 | protected $ran = false; |
||
| 14 | |||
| 15 | 1 | public static function create(Messenger $messenger, LoopInterface $loop) |
|
| 19 | |||
| 20 | protected function __construct(Messenger $messenger, LoopInterface $loop) |
||
| 27 | |||
| 28 | public function getRan() |
||
| 32 | } |
||
| 33 |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.