PluginProbe
MaxButtons – Create buttons / 6.28
MaxButtons – Create buttons v6.28
6.23 6.24 6.25 6.26 6.26.1 6.27 6.28 6.3 6.4 6.5 6.6 6.7 6.8 6.9 7.0 7.1 7.1.1 7.1.2 7.1.3 7.10 7.11 7.13 7.13.1 7.13.2 7.13.3 All 100 releases
← All changes | assets/libraries/scssphp/src/Formatter/Compact.php +2 -3 7.13.26.28 View file →
@@ -1,9 +1,9 @@
1 1 <?php
2 2 /**
3 3 * SCSSPHP
4 4 *
5 - * @copyright 2012-2018 Leaf Corcoran
5 + * @copyright 2012-2015 Leaf Corcoran
6 6 *
7 7 * @license http://opensource.org/licenses/MIT MIT
8 8 *
9 9 * @link http://leafo.github.io/scssphp
@@ -13,9 +13,9 @@
13 13
14 14 use Leafo\ScssPhp\Formatter;
15 15
16 16 /**
17 - * Compact formatter
17 + * SCSS compact formatter
18 18 *
19 19 * @author Leaf Corcoran <[email protected]>
20 20 */
21 21 class Compact extends Formatter
@@ -31,9 +31,8 @@
31 31 $this->open = ' {';
32 32 $this->close = "}\n\n";
33 33 $this->tagSeparator = ',';
34 34 $this->assignSeparator = ':';
35 - $this->keepSemicolons = true;
36 35 }
37 36
38 37 /**
39 38 * {@inheritdoc}