diff options
author | n-peugnet <n.peugnet@free.fr> | 2020-12-19 19:52:59 +0100 |
---|---|---|
committer | n-peugnet <n.peugnet@free.fr> | 2020-12-19 19:52:59 +0100 |
commit | d2bbcab233dabe3b04f8c3b94a947ec174540418 (patch) | |
tree | 8ed06c1b412cc20f899686738a49bef6b1ead7d8 /app/class/Quickcss.php | |
parent | 9338d030f38b465be5f6307f5ee6f2e20d904856 (diff) | |
download | wcms-d2bbcab233dabe3b04f8c3b94a947ec174540418.tar.gz wcms-d2bbcab233dabe3b04f8c3b94a947ec174540418.zip |
run phpcbf and add fix target to Makefile
Diffstat (limited to 'app/class/Quickcss.php')
-rw-r--r-- | app/class/Quickcss.php | 4 |
1 files changed, 2 insertions, 2 deletions
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)) { |