Completed
Push — master ( 26993f...e2fb6c )
by Dmitry
02:58
created
src/Test/Mapper.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -18,6 +18,9 @@
 block discarded – undo
18 18
         $this->serviceName = $service;
19 19
     }
20 20
 
21
+    /**
22
+     * @param string $space
23
+     */
21 24
     public function create($space, $params)
22 25
     {
23 26
         $key = $this->serviceName.'.'.$space;
Please login to merge, or discard this patch.