Skip to content

Commit a8d160b

Browse files
committed
scss_formatter should extend Expanded
1 parent 95a6c6e commit a8d160b

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

classmap.php

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
11
<?php
2-
32
/**
3+
* SCSSPHP
4+
*
45
* Stub classes for backward compatibility
6+
*
7+
* @copyright 2012-2014 Leaf Corcoran
8+
*
9+
* @license http://opensource.org/licenses/gpl-license GPL-3.0
10+
* @license http://opensource.org/licenses/MIT MIT
11+
*
12+
* @link http://leafo.net/scssphp
513
*/
614

715
/**
@@ -21,7 +29,7 @@ class scss_parser extends \Leafo\ScssPhp\Parser
2129
/**
2230
* @deprecated since 0.1.0
2331
*/
24-
class scss_formatter extends \Leafo\ScssPhp\Formatter
32+
class scss_formatter extends \Leafo\ScssPhp\Formatter\Expanded
2533
{
2634
}
2735

scss.inc.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,4 @@
88
include __DIR__ . '/src/Formatter/Nested.php';
99
include __DIR__ . '/src/Parser.php';
1010
include __DIR__ . '/src/Server.php';
11-
12-
//added for backward compatibility
1311
include __DIR__ . '/classmap.php';

0 commit comments

Comments
 (0)