Apply fixes from StyleCI

This commit is contained in:
Jonny Barnes 2017-03-18 21:18:36 +00:00 committed by StyleCI Bot
parent 031e528c63
commit d14c5a8f97
2 changed files with 2 additions and 2 deletions

View file

@ -318,7 +318,7 @@ class MicropubController extends Controller
return response()->json([
'response' => 'error',
'error' => 'no_token',
'error_description' => 'There was no token provided with the request'
'error_description' => 'There was no token provided with the request',
], 400);
}
}