mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-04 00:55:14 +00:00
Bite the bullet and enable strict types on everything
This commit is contained in:
@ -19,6 +19,8 @@
|
||||
*
|
||||
*/
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
/**
|
||||
* Implementation of the Source RCON Protocol to allow remote console commands
|
||||
* Source: https://developer.valvesoftware.com/wiki/Source_RCON_Protocol
|
||||
|
Reference in New Issue
Block a user