| 1 | <?php |
||
| 8 | class ManialinkPageAnswerDataProvider extends AbstractDataProvider |
||
| 9 | { |
||
| 10 | /** |
||
| 11 | * When a player uses an action dispatch information. |
||
| 12 | * |
||
| 13 | * @param $login |
||
| 14 | * @param $actionId |
||
| 15 | * |
||
| 16 | */ |
||
| 17 | 1 | public function onPlayerManialinkPageAnswer($playerUid, $login, $actionId, array $entries) |
|
| 29 | } |
||
| 30 |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.