mirror of
https://github.com/Karaka-Management/oms-Tasks.git
synced 2026-02-03 17:28:41 +00:00
phpcs fixes
This commit is contained in:
parent
1941f43c2b
commit
f5d5b7a6c7
|
|
@ -372,7 +372,7 @@ class Controller extends ModuleAbstract implements WebInterface
|
|||
*
|
||||
* @since 1.0.0
|
||||
*/
|
||||
public function apiTaskUpdate(RequestAbstract $request, ResponseAbstract $response, $data = null) /* : void */
|
||||
public function apiTaskSet(RequestAbstract $request, ResponseAbstract $response, $data = null) /* : void */
|
||||
{
|
||||
if (!$this->app->accountManager->get($request->getHeader()->getAccount())->hasPermission(
|
||||
PermissionType::MODIFY, $this->app->orgId, $this->app->appName, self::MODULE_ID, PermissionState::TASK)
|
||||
|
|
@ -533,7 +533,7 @@ class Controller extends ModuleAbstract implements WebInterface
|
|||
*
|
||||
* @since 1.0.0
|
||||
*/
|
||||
public function apiTaskElementUpdate(RequestAbstract $request, ResponseAbstract $response, $data = null) /* : void */
|
||||
public function apiTaskElementSet(RequestAbstract $request, ResponseAbstract $response, $data = null) /* : void */
|
||||
{
|
||||
if (!$this->app->accountManager->get($request->getHeader()->getAccount())->hasPermission(
|
||||
PermissionType::MODIFY, $this->app->orgId, $this->app->appName, self::MODULE_ID, PermissionState::TASK)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user