Skip to content

Commit

Permalink
Merge pull request #7683 from weirdan/fix-psr4-warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
weirdan committed Feb 17, 2022
2 parents 6af3b50 + e517295 commit 1ee7648
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion tests/Template/KeyOfTemplateTest.php
Expand Up @@ -2,8 +2,9 @@

declare(strict_types=1);

namespace Psalm\Tests;
namespace Psalm\Tests\Template;

use Psalm\Tests\TestCase;
use Psalm\Tests\Traits\InvalidCodeAnalysisTestTrait;
use Psalm\Tests\Traits\ValidCodeAnalysisTestTrait;

Expand Down
3 changes: 2 additions & 1 deletion tests/Template/ValueOfTemplateTest.php
Expand Up @@ -2,8 +2,9 @@

declare(strict_types=1);

namespace Psalm\Tests;
namespace Psalm\Tests\Template;

use Psalm\Tests\TestCase;
use Psalm\Tests\Traits\InvalidCodeAnalysisTestTrait;
use Psalm\Tests\Traits\ValidCodeAnalysisTestTrait;

Expand Down

0 comments on commit 1ee7648

Please sign in to comment.