Skip to content

Commit c7450b7

Browse files
committed
Fix namespace
1 parent 23af39f commit c7450b7

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

tests/Platform/QueryResultTypeWalkerFetchTypeMatrixTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@
4646
use PHPStan\Type\VerbosityLevel;
4747
use PHPUnit\Framework\Constraint\IsEqual;
4848
use PHPUnit\Framework\Constraint\IsIdentical;
49-
use Platform\TypedExpressionBooleanPiFunction;
5049
use Throwable;
5150
use function floor;
5251
use function getenv;

tests/Platform/TypedExpressionBooleanPiFunction.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php declare(strict_types = 1);
22

3-
namespace Platform;
3+
namespace PHPStan\Platform;
44

55
use Doctrine\DBAL\Types\Type;
66
use Doctrine\DBAL\Types\Types;

0 commit comments

Comments
 (0)