mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-04 07:22:34 +00:00
Add phpstan level 7(#544)
This commit is contained in:
@ -27,9 +27,9 @@ class UpdateServerInfo extends Widget implements HasForms
|
||||
|
||||
public string $ip;
|
||||
|
||||
public ?string $local_ip;
|
||||
public ?string $local_ip = null;
|
||||
|
||||
public string $port;
|
||||
public int $port;
|
||||
|
||||
public function mount(Server $server): void
|
||||
{
|
||||
|
Reference in New Issue
Block a user