File tree Expand file tree Collapse file tree 5 files changed +13
-0
lines changed Expand file tree Collapse file tree 5 files changed +13
-0
lines changed Original file line number Diff line number Diff line change 1
1
[ ![ Scrutinizer Code Quality] ( https://scrutinizer-ci.com/g/learn-symfony/css-compiler/badges/quality-score.png?b=master )] ( https://scrutinizer-ci.com/g/learn-symfony/css-compiler/?branch=master )
2
+ [ ![ codecov] ( https://codecov.io/gh/learn-symfony/css-compiler/branch/master/graph/badge.svg )] ( https://codecov.io/gh/learn-symfony/css-compiler )
2
3
[ ![ SensioLabsInsight] ( https://insight.sensiolabs.com/projects/b72078dc-94a7-492f-9deb-3829c41d2519/mini.png )] ( https://insight.sensiolabs.com/projects/b72078dc-94a7-492f-9deb-3829c41d2519 )
3
4
4
5
[ ![ Latest Stable Version] ( https://poser.pugx.org/eugene-matvejev/css-compiler/version )] ( https://packagist.org/packages/eugene-matvejev/css-compiler )
Original file line number Diff line number Diff line change 4
4
5
5
use EM \CssCompiler \Exception \FileException ;
6
6
7
+ /**
8
+ * @since 0.1
9
+ */
7
10
class FileContainer
8
11
{
9
12
const TYPE_UNKNOWN = 'unknown ' ;
Original file line number Diff line number Diff line change 2
2
3
3
namespace EM \CssCompiler \Exception ;
4
4
5
+ /**
6
+ * @since 0.1
7
+ */
5
8
class CompilerException extends \Exception
6
9
{
7
10
}
Original file line number Diff line number Diff line change 2
2
3
3
namespace EM \CssCompiler \Exception ;
4
4
5
+ /**
6
+ * @since 0.1
7
+ */
5
8
class FileException extends \Exception
6
9
{
7
10
}
Original file line number Diff line number Diff line change 9
9
use lessc as LESSCompiler ;
10
10
use scss_compass as CompassCompiler ;
11
11
12
+ /**
13
+ * @since 0.1
14
+ */
12
15
class Processor
13
16
{
14
17
const FORMATTER_COMPRESSED = 'compressed ' ;
You can’t perform that action at this time.
0 commit comments