mirror of
https://github.com/lkddi/Xboard.git
synced 2026-04-14 19:40:53 +08:00
Revert "fix: resolve PHPStan static analysis warnings"
This reverts commit 2d3e4b4a95.
This commit is contained in:
@@ -54,19 +54,7 @@ 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