We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 894918f commit 487c7ffCopy full SHA for 487c7ff
src/Container/FileContainer.php
@@ -12,7 +12,7 @@ class FileContainer
12
const TYPE_UNKNOWN = 'unknown';
13
const TYPE_SCSS = 'scss';
14
const TYPE_LESS = 'less';
15
- static $supportedTypes = [
+ public static $supportedTypes = [
16
self::TYPE_SCSS,
17
self::TYPE_LESS
18
];
src/Processor/Processor.php
@@ -22,7 +22,7 @@ class Processor
22
const FORMATTER_EXPANDED = 'expanded';
23
const FORMATTER_NESTED = 'nested';
24
const FORMATTER_COMPACT = 'compact';
25
- static $supportedFormatters = [
+ public static $supportedFormatters = [
26
self::FORMATTER_COMPRESSED,
27
self::FORMATTER_CRUNCHED,
28
self::FORMATTER_EXPANDED,
0 commit comments