Skip to content
This repository was archived by the owner on Sep 20, 2021. It is now read-only.

Commit 0b0f4c3

Browse files
committed
Fix CS.
1 parent f9fbc26 commit 0b0f4c3

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Connection/Connection.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,6 @@ abstract class Connection
160160
*/
161161
public function __construct($socket, $timeout, $flag, $context = null)
162162
{
163-
164163
// Children could setSocket() before __construct.
165164
if (null !== $socket) {
166165
$this->setSocket($socket);

0 commit comments

Comments
 (0)