From ce7437e96ae9ac4c60bae216cf49c6ef06f6a7e3 Mon Sep 17 00:00:00 2001 From: Nico Stapelbroek Date: Sun, 11 Feb 2018 21:13:39 +0100 Subject: [PATCH] Fix styleCI issues --- resources/lang/en/cachet.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/lang/en/cachet.php b/resources/lang/en/cachet.php index 34b5eb59..7b8099b5 100644 --- a/resources/lang/en/cachet.php +++ b/resources/lang/en/cachet.php @@ -118,13 +118,13 @@ return [ ], // Meta descriptions - 'meta' => [ + 'meta' => [ 'description' => [ 'incident' => 'Details and updates about the :name incident that occurred on :date', 'schedule' => 'Details about the scheduled maintenance period :name starting :startDate', 'subscribe' => 'Subscribe to :app in order to receive updates of incidents and scheduled maintenance periods', 'overview' => 'Stay up to date with the latest service updates from :app.', - ] + ], ], // Other