Skip to content
This repository was archived by the owner on Oct 30, 2024. It is now read-only.

Commit 0cb7514

Browse files
committed
Remove unused method
1 parent 6a5c35e commit 0cb7514

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

src/Connection.php

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -146,18 +146,6 @@ public function __construct(ConnectionOptions $options = null)
146146
}
147147
}
148148

149-
/**
150-
* Setter for $streamWrapper. For testing purposes.
151-
*
152-
* @param StreamWrapper $streamWrapper StreamWrapper for testing purposes.
153-
*
154-
* @return void
155-
*/
156-
public function setStreamWrapper(StreamWrapper $streamWrapper)
157-
{
158-
$this->streamWrapper = $streamWrapper;
159-
}
160-
161149
/**
162150
* Sends data thought the stream.
163151
*

0 commit comments

Comments
 (0)