Skip to content

Commit 85b55c3

Browse files
committed
fixed casing
1 parent 4172d1a commit 85b55c3

15 files changed

Lines changed: 16 additions & 16 deletions

DependencyInjection/Configuration.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* file that was distributed with this source code.
88
*/
99

10-
namespace MaK\CssModuleBundle\DependencyInjection;
10+
namespace Mak\CssModuleBundle\DependencyInjection;
1111

1212
use Symfony\Component\Config\Definition\Builder\ArrayNodeDefinition;
1313
use Symfony\Component\Config\Definition\Builder\TreeBuilder;

DependencyInjection/MakCssModuleExtension.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* file that was distributed with this source code.
88
*/
99

10-
namespace MaK\CssModuleBundle\DependencyInjection;
10+
namespace Mak\CssModuleBundle\DependencyInjection;
1111

1212
use Symfony\Component\Config\FileLocator;
1313
use Symfony\Component\DependencyInjection\ContainerBuilder;

Exception/InvalidArgumentException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* file that was distributed with this source code.
88
*/
99

10-
namespace MaK\CssModuleBundle\Exception;
10+
namespace Mak\CssModuleBundle\Exception;
1111

1212
use InvalidArgumentException as BaseInvalidArgumentException;
1313

Exception/MissingModuleForScopeException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* file that was distributed with this source code.
88
*/
99

10-
namespace MaK\CssModuleBundle\Exception;
10+
namespace Mak\CssModuleBundle\Exception;
1111

1212
use RuntimeException;
1313

Extension/CssModuleExtension.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* file that was distributed with this source code.
88
*/
99

10-
namespace MaK\CssModuleBundle\Extension;
10+
namespace Mak\CssModuleBundle\Extension;
1111

1212
use MaK\CssModuleBundle\NodeVisitor\CssScopeNodeVisitor;
1313
use MaK\CssModuleBundle\TokenParser\ImportModuleTokenParser;
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
* file that was distributed with this source code.
88
*/
99

10-
namespace MaK\CssModuleBundle;
10+
namespace Mak\CssModuleBundle;
1111

1212
use Symfony\Component\HttpKernel\Bundle\Bundle;
1313

14-
class MaKCssModuleBundle extends Bundle
14+
class MakCssModuleBundle extends Bundle
1515
{
1616

1717
}

Node/ImportModuleNode.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* file that was distributed with this source code.
88
*/
99

10-
namespace MaK\CssModuleBundle\Node;
10+
namespace Mak\CssModuleBundle\Node;
1111

1212
use Twig\Compiler;
1313
use Twig\Node\Expression\AbstractExpression;

NodeVisitor/CssScopeNodeVisitor.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* file that was distributed with this source code.
88
*/
99

10-
namespace MaK\CssModuleBundle\NodeVisitor;
10+
namespace Mak\CssModuleBundle\NodeVisitor;
1111

1212
use MaK\CssModuleBundle\Node\ImportModuleNode;
1313
use RuntimeException;

NodeVisitor/Scope.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* file that was distributed with this source code.
88
*/
99

10-
namespace MaK\CssModuleBundle\NodeVisitor;
10+
namespace Mak\CssModuleBundle\NodeVisitor;
1111

1212
use LogicException;
1313
use function array_key_exists;

Resources/config/services.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
namespace MaK\CssModuleBundle\Component\DependencyInjection\Loader\Configurator;
3+
namespace Mak\CssModuleBundle\Component\DependencyInjection\Loader\Configurator;
44

55
use MaK\CssModuleBundle\Extension\CssModuleExtension;
66
use Symfony\Component\DependencyInjection\Loader\Configurator\ContainerConfigurator;

0 commit comments

Comments
 (0)