1 | <?php |
||
12 | class RecordController extends ResourceController |
||
13 | { |
||
14 | /** |
||
15 | * @return RecordProvider |
||
16 | */ |
||
17 | protected function getRecordProvider() |
||
21 | |||
22 | /** |
||
23 | * @return StorableSender |
||
24 | */ |
||
25 | protected function getSmsSender() |
||
29 | |||
30 | public function sendAction(Request $request) |
||
34 | |||
35 | public function callbackAction(Request $request, $provider) |
||
54 | } |
||
55 |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.