@@ -137,6 +137,9 @@ |
||
| 137 | 137 | return $this->packer->unpack($data); |
| 138 | 138 | } |
| 139 | 139 | |
| 140 | + /** |
|
| 141 | + * @param string $spaceName |
|
| 142 | + */ |
|
| 140 | 143 | private function getSpaceIdByName($spaceName) |
| 141 | 144 | { |
| 142 | 145 | $schema = $this->getSpace(Space::VSPACE); |
@@ -79,6 +79,9 @@ |
||
| 79 | 79 | return $this->read($length, 'Unable to read response.'); |
| 80 | 80 | } |
| 81 | 81 | |
| 82 | + /** |
|
| 83 | + * @param string $errorMessage |
|
| 84 | + */ |
|
| 82 | 85 | private function read($length, $errorMessage) |
| 83 | 86 | { |
| 84 | 87 | if ($data = stream_get_contents($this->stream, $length)) { |