Skip to content

Commit 82730ae

Browse files
author
Janwillem
committed
correct namespace
1 parent c41d442 commit 82730ae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Server.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* @link http://scssphp.github.io/scssphp
1010
*/
1111

12-
namespace ScssPhp\ScssPhp;
12+
namespace ScssPhp\Server;
1313

1414
use ScssPhp\ScssPhp\Compiler;
1515
use ScssPhp\ScssPhp\Exception\ServerException;

tests/ServerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* @link http://scssphp.github.io/scssphp
1010
*/
1111

12-
namespace ScssPhp\ScssPhp\Tests;
12+
namespace ScssPhp\Server\Tests;
1313

1414
use PHPUnit\Framework\TestCase;
1515
use ScssPhp\ScssPhp\Server;

0 commit comments

Comments
 (0)