From d2bbcab233dabe3b04f8c3b94a947ec174540418 Mon Sep 17 00:00:00 2001 From: n-peugnet Date: Sat, 19 Dec 2020 19:52:59 +0100 Subject: run phpcbf and add fix target to Makefile --- app/class/Quickcss.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app/class/Quickcss.php') diff --git a/app/class/Quickcss.php b/app/class/Quickcss.php index e2ee9f4..4801a16 100644 --- a/app/class/Quickcss.php +++ b/app/class/Quickcss.php @@ -11,7 +11,7 @@ class Quickcss extends Item private $units = []; private $new = []; private $jsoncss = []; - + private $quickcss = []; public const COLOR = ['color', 'background-color', 'border-color', 'text-decoration-color']; @@ -98,7 +98,7 @@ class Quickcss extends Item } } - + public function setjson($jsoncss) { if (!empty($jsoncss) && is_string($jsoncss)) { -- cgit v1.2.3