[Uim] fix: sing-box subscribe #1268
Annotations
5 errors
config/appprofile.example.php#L97
* [Array indent] Array close brace not indented correctly; expected 12 spaces but found 16
|
config/appprofile.example.php#L113
* [Array indent] Array close brace not indented correctly; expected 12 spaces but found 16
|
config/appprofile.example.php#L1
* [Binary operator spaces] @@ -49,3 +49,3 @@
'level' => 'error',
- "timestamp" => true,
+ "timestamp" => true,
],
* [Single quote] @@ -47,3 +47,3 @@
'log' => [
- "disabled" => false,
+ 'disabled' => false,
'level' => 'error',
@@ -49,3 +49,3 @@
'level' => 'error',
- "timestamp" => true,
+ 'timestamp' => true,
],
@@ -93,5 +93,5 @@
'type' => 'tun',
- "address" => [
- "172.18.0.1/30",
- "fdfe:dcba:9876::1/126",
+ 'address' => [
+ '172.18.0.1/30',
+ 'fdfe:dcba:9876::1/126',
],
|
src/Services/Subscribe/SingBox.php#L1
* [Single quote] @@ -107,3 +107,3 @@
],
- "packet_encoding" => "packetaddr",
+ 'packet_encoding' => 'packetaddr',
'transport' => [
@@ -113,4 +113,4 @@
'service_name' => $service_name,
- "max_early_data" => 2048,
- "early_data_header_name" => "Sec-WebSocket-Protocol",
+ 'max_early_data' => 2048,
+ 'early_data_header_name' => 'Sec-WebSocket-Protocol',
],
|
|
This job failed
Loading