1
0
mirror of https://github.com/danog/telerpc.git synced 2024-11-26 12:04:47 +01:00

Apply fixes from StyleCI

This commit is contained in:
StyleCI Bot 2024-07-21 16:17:31 +00:00
parent c4ad4ac3b0
commit ca0a39bf72
No known key found for this signature in database
GPG Key ID: 16B28A4130E063FD

View File

@ -419,7 +419,7 @@ final class Main implements RequestHandler
public function getApplicationLayerProtocols(): array public function getApplicationLayerProtocols(): array
{ {
return ["h2"]; return ['h2'];
} }
} }
); );