From 0d326de0b23b44456e243e4f532cc2621674ab29 Mon Sep 17 00:00:00 2001 From: Graham Campbell Date: Tue, 6 Jan 2015 20:16:31 +0000 Subject: [PATCH] CS fix --- src/Models/Setting.php | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/Models/Setting.php b/src/Models/Setting.php index 086ee1be..ea6619ec 100644 --- a/src/Models/Setting.php +++ b/src/Models/Setting.php @@ -24,11 +24,9 @@ class Setting extends Model /** * List of attributes that have default values. * - * @var array + * @var string[] */ - protected $attributes = [ - 'value' => '', - ]; + protected $attributes = ['value' => '']; /** * Returns a setting from the database.