mirror of
https://github.com/Karaka-Management/oms-Tag.git
synced 2026-02-07 03:18:40 +00:00
automated phpcs fixes
This commit is contained in:
parent
b985abf476
commit
2e250f6a6a
|
|
@ -117,7 +117,7 @@ final class ApiController extends Controller
|
|||
{
|
||||
if (!empty($val = $this->validateTagCreate($request))) {
|
||||
$response->data['tag_create'] = new FormValidation($val);
|
||||
$response->header->status = RequestStatusCode::R_400;
|
||||
$response->header->status = RequestStatusCode::R_400;
|
||||
|
||||
return;
|
||||
}
|
||||
|
|
@ -167,7 +167,7 @@ final class ApiController extends Controller
|
|||
{
|
||||
if (!empty($val = $this->validateTagL11nCreate($request))) {
|
||||
$response->data['tag_l11n_create'] = new FormValidation($val);
|
||||
$response->header->status = RequestStatusCode::R_400;
|
||||
$response->header->status = RequestStatusCode::R_400;
|
||||
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user