Skip to content

Commit

Permalink
Fix class namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
OndraM committed Nov 30, 2020
1 parent 95ffb6e commit fb543d8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src-tests/Utils/Annotations/ClassParserTest.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
<?php declare(strict_types=1);

namespace Lmc\Utils\Annotations;
namespace Lmc\Steward\Utils\Annotations;

use Lmc\Steward\Exception\RuntimeException;
use Lmc\Steward\Utils\Annotations\ClassParser;
use PHPUnit\Framework\TestCase;
use Symfony\Component\Finder\SplFileInfo;

Expand Down

0 comments on commit fb543d8

Please sign in to comment.