| 1 | <?php |
||
| 8 | trait EndpointProviderTrait |
||
| 9 | { |
||
| 10 | protected function call(string $className): \Closure |
||
| 16 | |||
| 17 | protected function collectionOf(string $className): \Closure |
||
| 21 | |||
| 22 | // TODO: move to internal project |
||
| 23 | protected function checkSelf(): Closure |
||
| 29 | |||
| 30 | protected function input(array $inputOptions): array |
||
| 40 | } |
||
| 41 |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.