Skip to content

Commit 4cc12d6

Browse files
committed
removed all not necessary use namespace imports
1 parent dc23ac6 commit 4cc12d6

File tree

9 files changed

+0
-19
lines changed

9 files changed

+0
-19
lines changed

example/Server.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,7 @@
1111

1212
namespace Leafo\ScssPhp;
1313

14-
use Leafo\ScssPhp\Compiler;
1514
use Leafo\ScssPhp\Exception\ServerException;
16-
use Leafo\ScssPhp\Version;
1715

1816
/**
1917
* Server

src/Compiler.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,10 @@
1212
namespace Leafo\ScssPhp;
1313

1414
use Leafo\ScssPhp\Base\Range;
15-
use Leafo\ScssPhp\Block;
16-
use Leafo\ScssPhp\Colors;
1715
use Leafo\ScssPhp\Compiler\Environment;
1816
use Leafo\ScssPhp\Exception\CompilerException;
1917
use Leafo\ScssPhp\Formatter\OutputBlock;
20-
use Leafo\ScssPhp\Node;
2118
use Leafo\ScssPhp\SourceMap\SourceMapGenerator;
22-
use Leafo\ScssPhp\Type;
23-
use Leafo\ScssPhp\Parser;
24-
use Leafo\ScssPhp\Util;
2519

2620
/**
2721
* The scss compiler and parser.

src/Formatter/Compressed.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
namespace Leafo\ScssPhp\Formatter;
1313

1414
use Leafo\ScssPhp\Formatter;
15-
use Leafo\ScssPhp\Formatter\OutputBlock;
1615

1716
/**
1817
* Compressed formatter

src/Formatter/Crunched.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
namespace Leafo\ScssPhp\Formatter;
1313

1414
use Leafo\ScssPhp\Formatter;
15-
use Leafo\ScssPhp\Formatter\OutputBlock;
1615

1716
/**
1817
* Crunched formatter

src/Formatter/Debug.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
namespace Leafo\ScssPhp\Formatter;
1313

1414
use Leafo\ScssPhp\Formatter;
15-
use Leafo\ScssPhp\Formatter\OutputBlock;
1615

1716
/**
1817
* Debug formatter

src/Formatter/Expanded.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
namespace Leafo\ScssPhp\Formatter;
1313

1414
use Leafo\ScssPhp\Formatter;
15-
use Leafo\ScssPhp\Formatter\OutputBlock;
1615

1716
/**
1817
* Expanded formatter

src/Formatter/Nested.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
namespace Leafo\ScssPhp\Formatter;
1313

1414
use Leafo\ScssPhp\Formatter;
15-
use Leafo\ScssPhp\Formatter\OutputBlock;
1615

1716
/**
1817
* Nested formatter

src/Parser.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,7 @@
1111

1212
namespace Leafo\ScssPhp;
1313

14-
use Leafo\ScssPhp\Block;
15-
use Leafo\ScssPhp\Compiler;
1614
use Leafo\ScssPhp\Exception\ParserException;
17-
use Leafo\ScssPhp\Node;
18-
use Leafo\ScssPhp\Type;
1915

2016
/**
2117
* Parser

src/SourceMap/Base64VLQ.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@
1111

1212
namespace Leafo\ScssPhp\SourceMap;
1313

14-
use Leafo\ScssPhp\SourceMap\Base64;
15-
1614
/**
1715
* Base 64 VLQ
1816
*

0 commit comments

Comments
 (0)