Completed
Push — master ( deb9d0...9a5284 )
by Julius
9s
created
lib/Service/CardService.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -45,6 +45,9 @@
 block discarded – undo
45 45
         return $this->cardMapper->find($cardId);
46 46
     }
47 47
 
48
+    /**
49
+     * @param integer $order
50
+     */
48 51
     public function create($title, $stackId, $type, $order, $owner) {
49 52
         $this->permissionService->checkPermission($this->stackMapper, $stackId, Acl::PERMISSION_EDIT);
50 53
         $card = new Card();
Please login to merge, or discard this patch.