New broadcast subscriber API #9873
main.yml
on: pull_request
Code Style checks
33s
ShellCheck
3s
Matrix: all-php-versions
Annotations
16 errors
Code Style checks
Process completed with exit code 8.
|
PHP 8.1 / PHPStan analysis:
src/Server.php#L1251
Method pocketmine\Server::getBroadcastChannel() has invalid return type pocketmine\MessageChannel.
|
PHP 8.1 / PHPStan analysis:
src/Server.php#L1259
Access to an undefined property pocketmine\Server::$broadcastChannels.
|
PHP 8.1 / PHPStan analysis:
src/Server.php#L1259
Instantiated class pocketmine\MessageChannel not found.
|
PHP 8.1 / PHPStan analysis:
src/Server.php#L1307
Call to method getPermittedSubscribers() on an unknown class pocketmine\MessageChannel.
|
PHP 8.1 / PHPStan analysis
Process completed with exit code 1.
|
PHP 8.2 / PHPStan analysis:
src/Server.php#L1251
Method pocketmine\Server::getBroadcastChannel() has invalid return type pocketmine\MessageChannel.
|
PHP 8.2 / PHPStan analysis:
src/Server.php#L1259
Access to an undefined property pocketmine\Server::$broadcastChannels.
|
PHP 8.2 / PHPStan analysis:
src/Server.php#L1259
Instantiated class pocketmine\MessageChannel not found.
|
PHP 8.2 / PHPStan analysis:
src/Server.php#L1307
Call to method getPermittedSubscribers() on an unknown class pocketmine\MessageChannel.
|
PHP 8.2 / PHPStan analysis
Process completed with exit code 1.
|
PHP 8.3 / PHPStan analysis:
src/Server.php#L1251
Method pocketmine\Server::getBroadcastChannel() has invalid return type pocketmine\MessageChannel.
|
PHP 8.3 / PHPStan analysis:
src/Server.php#L1259
Access to an undefined property pocketmine\Server::$broadcastChannels.
|
PHP 8.3 / PHPStan analysis:
src/Server.php#L1259
Instantiated class pocketmine\MessageChannel not found.
|
PHP 8.3 / PHPStan analysis:
src/Server.php#L1307
Call to method getPermittedSubscribers() on an unknown class pocketmine\MessageChannel.
|
PHP 8.3 / PHPStan analysis
Process completed with exit code 1.
|