mirror of
https://github.com/YGGverse/hl-php.git
synced 2026-04-01 17:45:28 +00:00
reorder arguments
This commit is contained in:
parent
82c8564645
commit
bacfce5f1b
1 changed files with 2 additions and 2 deletions
|
|
@ -37,10 +37,10 @@ class Master
|
||||||
|
|
||||||
public function getServers(
|
public function getServers(
|
||||||
int $limit = 100,
|
int $limit = 100,
|
||||||
string $region = "\xFF",
|
|
||||||
string $host = "0.0.0.0",
|
string $host = "0.0.0.0",
|
||||||
int $port = 0,
|
int $port = 0,
|
||||||
string $gamedir = "valve"
|
string $gamedir = "valve",
|
||||||
|
string $region = "\xFF"
|
||||||
): ?array
|
): ?array
|
||||||
{
|
{
|
||||||
// Init connection
|
// Init connection
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue