StyleCI fixes

This commit is contained in:
Jonny Barnes 2016-10-03 18:04:50 +01:00
parent 5df1d6aac3
commit d924f9916e
2 changed files with 1 additions and 2 deletions

View file

@ -118,7 +118,7 @@ class MicropubController extends Controller
return response()->json([
'response' => 'error',
'error' => 'invalid_token',
'error_description' => 'The provided token did not pass validation'
'error_description' => 'The provided token did not pass validation',
], 400);
}
//we have a valid token, is `syndicate-to` set?