| 1 | <?php |
||
| 9 | class ProxyStub implements PromiseInterface |
||
| 10 | { |
||
| 11 | /** |
||
| 12 | * @param ORMInterface $orm |
||
| 13 | * @param string $role |
||
| 14 | * @param array $scope |
||
| 15 | */ |
||
| 16 | public function __construct(ORMInterface $orm, string $role, array $scope) |
||
| 19 | |||
| 20 | /** |
||
| 21 | * {@inheritdoc} |
||
| 22 | */ |
||
| 23 | public function __loaded(): bool |
||
| 26 | |||
| 27 | /** |
||
| 28 | * {@inheritdoc} |
||
| 29 | */ |
||
| 30 | public function __role(): string |
||
| 33 | |||
| 34 | /** |
||
| 35 | * {@inheritdoc} |
||
| 36 | */ |
||
| 37 | public function __scope(): array |
||
| 40 | |||
| 41 | /** |
||
| 42 | * {@inheritdoc} |
||
| 43 | */ |
||
| 44 | public function __resolve() |
||
| 47 | } |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.