Skip to content

Commit a4c4576

Browse files
committed
Missing comments
1 parent 3894b07 commit a4c4576

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/UnixConnectorTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ public function testValid()
6565

6666
public function testConnectWithOverlyLongAddress()
6767
{
68-
https://serverfault.com/questions/641347/check-if-a-path-exceeds-maximum-for-unix-domain-socket
68+
// https://serverfault.com/questions/641347/check-if-a-path-exceeds-maximum-for-unix-domain-socket
6969
$maxLen = PHP_OS === 'Darwin' ? 104 : 108;
7070

7171
// string > 104/108 characters

tests/UnixServerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ public function testListenOnBusyPortThrows()
265265

266266
public function testConnectWithLongAddress()
267267
{
268-
https://serverfault.com/questions/641347/check-if-a-path-exceeds-maximum-for-unix-domain-socket
268+
// https://serverfault.com/questions/641347/check-if-a-path-exceeds-maximum-for-unix-domain-socket
269269
$maxLen = PHP_OS === 'Darwin' ? 104 : 108;
270270

271271
$base = 'unix://' . sys_get_temp_dir() . DIRECTORY_SEPARATOR . uniqid(rand(), true) . '.sock';

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy