mirror of
https://github.com/YGGverse/hl-php.git
synced 2026-03-31 17:15:39 +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(
|
||||
int $limit = 100,
|
||||
string $region = "\xFF",
|
||||
string $host = "0.0.0.0",
|
||||
int $port = 0,
|
||||
string $gamedir = "valve"
|
||||
string $gamedir = "valve",
|
||||
string $region = "\xFF"
|
||||
): ?array
|
||||
{
|
||||
// Init connection
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue