Skip to content

Commit 770eb7a

Browse files
committed
Fixes to code style
1 parent 56b940c commit 770eb7a

File tree

1 file changed

+21
-8
lines changed

1 file changed

+21
-8
lines changed

classmap.php

Lines changed: 21 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,30 @@
33
/**
44
* Stub classes for backward compatibiility
55
*/
6+
class scssc extends \Leafo\ScssPhp\Compiler
7+
{
8+
}
69

7-
class scssc extends \Leafo\ScssPhp\Compiler {}
10+
class scss_parser extends \Leafo\ScssPhp\Parser
11+
{
12+
}
813

9-
class scss_parser extends \Leafo\ScssPhp\Parser {}
14+
class scss_formatter extends \Leafo\ScssPhp\Formatter
15+
{
16+
}
1017

11-
class scss_formatter extends \Leafo\ScssPhp\Formatter {}
18+
class scss_formatter_nested extends \Leafo\ScssPhp\Formatter\Nested
19+
{
20+
}
1221

13-
class scss_formatter_nested extends \Leafo\ScssPhp\Formatter\Nested {}
22+
class scss_formatter_compressed extends \Leafo\ScssPhp\Formatter\Compressed
23+
{
24+
}
1425

15-
class scss_formatter_compressed extends \Leafo\ScssPhp\Formatter\Compressed {}
26+
class scss_formatter_crunched extends \Leafo\ScssPhp\Formatter\Crunched
27+
{
28+
}
1629

17-
class scss_formatter_crunched extends \Leafo\ScssPhp\Formatter\Crunched {}
18-
19-
class scss_server extends \Leafo\ScssPhp\Server {}
30+
class scss_server extends \Leafo\ScssPhp\Server
31+
{
32+
}

0 commit comments

Comments
 (0)