mirror of
https://github.com/YGGverse/hl-php.git
synced 2026-03-31 17:15:39 +00:00
fix data type
This commit is contained in:
parent
c942dc98d0
commit
d07ba95654
1 changed files with 1 additions and 1 deletions
|
|
@ -88,7 +88,7 @@ class Master
|
||||||
}
|
}
|
||||||
|
|
||||||
// Is end of packet
|
// Is end of packet
|
||||||
if (true === str_starts_with($host, 0))
|
if (true === str_starts_with($host, (string) 0))
|
||||||
{
|
{
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue