Completed
Push — master ( 312add...3463fb )
by Dmitry
03:07
created
src/Schema.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -114,6 +114,9 @@
 block discarded – undo
114 114
         return $this->spaces[$id];
115 115
     }
116 116
 
117
+    /**
118
+     * @param string $name
119
+     */
117 120
     public function getSpaceId($name)
118 121
     {
119 122
         if (!$this->hasSpace($name)) {
Please login to merge, or discard this patch.