From ffdff8b6683e3c2c35b9b0f2ea39fbe79029fd15 Mon Sep 17 00:00:00 2001 From: DariusIII Date: Wed, 6 Sep 2017 13:35:15 +0000 Subject: [PATCH] Apply fixes from StyleCI [ci skip] [skip ci] --- public/admin/content-add.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/admin/content-add.php b/public/admin/content-add.php index 00e8778da..44da0650f 100644 --- a/public/admin/content-add.php +++ b/public/admin/content-add.php @@ -24,7 +24,7 @@ $content = (object) [ 'status' => '', 'ordinal' => '', 'createddate' => '', - 'role' => '' + 'role' => '', ]; switch ($action) {