File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ public function testValid()
65
65
66
66
public function testConnectWithOverlyLongAddress ()
67
67
{
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
69
69
$ maxLen = PHP_OS === 'Darwin ' ? 104 : 108 ;
70
70
71
71
// string > 104/108 characters
Original file line number Diff line number Diff line change @@ -265,7 +265,7 @@ public function testListenOnBusyPortThrows()
265
265
266
266
public function testConnectWithLongAddress ()
267
267
{
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
269
269
$ maxLen = PHP_OS === 'Darwin ' ? 104 : 108 ;
270
270
271
271
$ base = 'unix:// ' . sys_get_temp_dir () . DIRECTORY_SEPARATOR . uniqid (rand (), true ) . '.sock ' ;
You can’t perform that action at this time.
0 commit comments