Skip to content

feat(tcp): support TLS/SSL #11193

feat(tcp): support TLS/SSL

feat(tcp): support TLS/SSL #11193

Triggered via push March 30, 2024 15:42
Status Failure
Total duration 32s
Artifacts
static analysis
22s
static analysis
Fit to window
Zoom out
Zoom in

Annotations

5 errors
UnusedPsalmSuppress: ../src/Psl/Network/Internal/AbstractStreamServer.php#L86
../src/Psl/Network/Internal/AbstractStreamServer.php:86:29: UnusedPsalmSuppress: This suppression is never used (see https://psalm.dev/207)
UnusedPsalmSuppress: ../src/Psl/TCP/Server.php#L63
../src/Psl/TCP/Server.php:63:29: UnusedPsalmSuppress: This suppression is never used (see https://psalm.dev/207)
UnusedPsalmSuppress: ../src/Psl/TCP/TLS/Internal/establish_tls_connection.php#L43
../src/Psl/TCP/TLS/Internal/establish_tls_connection.php:43:29: UnusedPsalmSuppress: This suppression is never used (see https://psalm.dev/207)
UndefinedFunction: ../src/Psl/TCP/TLS/Internal/establish_tls_connection.php#L44
../src/Psl/TCP/TLS/Internal/establish_tls_connection.php:44:9: UndefinedFunction: Function stream_context_set_options does not exist (see https://psalm.dev/021)
static analysis
Process completed with exit code 2.