Completed
Push — master ( c2842f...bdd70c )
by Eugene
07:35
created
src/Client.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -137,6 +137,9 @@
 block discarded – undo
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);
Please login to merge, or discard this patch.