1 | <?php |
||
9 | abstract class EndpointBaseController |
||
10 | { |
||
11 | protected $loader; |
||
12 | |||
13 | /** |
||
14 | * Returns a single entry |
||
15 | * |
||
16 | * @param Symfony\Component\HttpFoundation\Request $request |
||
17 | * @param array $args |
||
18 | * |
||
19 | * @return \League\Route\Http\JsonResponse |
||
20 | */ |
||
21 | public function readSingle(Request $request, array $args) |
||
31 | } |
||
32 |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.