From 405139526a36a20baa8f2da9650eecc1f4a05931 Mon Sep 17 00:00:00 2001 From: Jonny Barnes Date: Wed, 5 Oct 2016 16:13:00 +0100 Subject: [PATCH] StyleCI fix --- app/Http/Controllers/MicropubClientController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Http/Controllers/MicropubClientController.php b/app/Http/Controllers/MicropubClientController.php index 5ed38ccd..0623ab43 100644 --- a/app/Http/Controllers/MicropubClientController.php +++ b/app/Http/Controllers/MicropubClientController.php @@ -170,7 +170,7 @@ class MicropubClientController extends Controller if ($request->input('location') !== 'no-location') { $multipart[] = [ 'name' => 'location', - 'contents' => $request->input('location') + 'contents' => $request->input('location'), ]; } }