Merge pull request #5 from juliushaertl/scrutinizer-patch-1

Scrutinizer Auto-Fixes
This commit is contained in:
Julius Härtl
2017-01-31 14:03:00 +01:00
committed by GitHub
17 changed files with 447 additions and 444 deletions

View File

@@ -45,6 +45,9 @@ class CardService {
return $this->cardMapper->find($cardId);
}
/**
* @param integer $order
*/
public function create($title, $stackId, $type, $order, $owner) {
$this->permissionService->checkPermission($this->stackMapper, $stackId, Acl::PERMISSION_EDIT);
$card = new Card();