| 1 | <?php |
||
| 7 | class ManialinkPageAnswerDataProvider extends AbstractDataProvider |
||
| 8 | { |
||
| 9 | /** |
||
| 10 | * When a player uses an action dispatch information. |
||
| 11 | * |
||
| 12 | * @param $login |
||
| 13 | * @param $actionId |
||
| 14 | * @param array $entryValues |
||
|
|
|||
| 15 | * |
||
| 16 | */ |
||
| 17 | public function onPlayerManialinkPageAnswer($playerUid, $login, $actionId, array $entries) |
||
| 29 | } |
This check looks for PHPDoc comments describing methods or function parameters that do not exist on the corresponding method or function.
Consider the following example. The parameter
$italyis not defined by the methodfinale(...).The most likely cause is that the parameter was removed, but the annotation was not.