Skip to content

Commit

Permalink
phpcsエラー修正
Browse files Browse the repository at this point in the history
  • Loading branch information
s-nakajima committed May 21, 2016
1 parent 39590cc commit c1ff72b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Controller/BbsArticlesController.php
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ public function edit() {

//掲示板の場合は、削除権限と同じ条件とする
if (! $this->BbsArticle->canDeleteWorkflowContent($bbsArticle)) {
return $this->throwBadRequest();;
return $this->throwBadRequest();
}

if ($this->request->is('put')) {
Expand Down

0 comments on commit c1ff72b

Please sign in to comment.