Merge pull request #48 from jonnybarnes/analysis-X0WbkL
Apply fixes from StyleCI
This commit is contained in:
commit
d4a53329e7
2 changed files with 2 additions and 2 deletions
|
@ -318,7 +318,7 @@ class MicropubController extends Controller
|
||||||
return response()->json([
|
return response()->json([
|
||||||
'response' => 'error',
|
'response' => 'error',
|
||||||
'error' => 'no_token',
|
'error' => 'no_token',
|
||||||
'error_description' => 'There was no token provided with the request'
|
'error_description' => 'There was no token provided with the request',
|
||||||
], 400);
|
], 400);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,9 +2,9 @@
|
||||||
|
|
||||||
namespace App\Http\Controllers;
|
namespace App\Http\Controllers;
|
||||||
|
|
||||||
use App\{Note, Tag};
|
|
||||||
use Twitter;
|
use Twitter;
|
||||||
use HTMLPurifier;
|
use HTMLPurifier;
|
||||||
|
use App\{Note, Tag};
|
||||||
use GuzzleHttp\Client;
|
use GuzzleHttp\Client;
|
||||||
use HTMLPurifier_Config;
|
use HTMLPurifier_Config;
|
||||||
use Illuminate\Http\Request;
|
use Illuminate\Http\Request;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue