Fix warnings with php 8.x #10

Closed
opened 2022-10-27 02:03:12 +02:00 by beu · 1 comment
Owner

StatisticManager.php - line 574:

public function insertStat($statName, Player $player, $serverIndex = -1, $value = 0, $statType = self::STAT_TYPE_INT) {

and HelpManager - line 283:

public function registerCommand($name, $adminCommand = false, $description = '', $method = '') {

found by Reaby

StatisticManager.php - line 574: ```php public function insertStat($statName, Player $player, $serverIndex = -1, $value = 0, $statType = self::STAT_TYPE_INT) { ``` and HelpManager - line 283: ```php public function registerCommand($name, $adminCommand = false, $description = '', $method = '') { ``` found by Reaby
Author
Owner

done

done
beu closed this issue 2023-01-16 10:57:32 +01:00
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: beu/TrackManiaControl#10
No description provided.