mirror of
https://github.com/lkddi/Xboard.git
synced 2026-04-15 04:10:51 +08:00
fix: resolve PHPStan static analysis warnings
This commit is contained in:
@@ -54,7 +54,19 @@ class ServerSave extends FormRequest
|
||||
'reality_settings.short_id' => 'nullable|string',
|
||||
],
|
||||
'socks' => [
|
||||
]
|
||||
],
|
||||
'naive' => [
|
||||
'tls' => 'required|integer',
|
||||
'tls_settings' => 'nullable|array',
|
||||
],
|
||||
'http' => [
|
||||
'tls' => 'required|integer',
|
||||
'tls_settings' => 'nullable|array',
|
||||
],
|
||||
'mieru' => [
|
||||
'transport' => 'required|string',
|
||||
'multiplexing' => 'required|string',
|
||||
],
|
||||
];
|
||||
|
||||
private function getBaseRules(): array
|
||||
|
||||
Reference in New Issue
Block a user