We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c8025c commit 2a0444aCopy full SHA for 2a0444a
tests/Unit/Concerns/HasDatabaseHelper.php
@@ -4,11 +4,11 @@
4
5
namespace Tests\Unit\Concerns;
6
7
+use Larastan\Larastan\Internal\FileHelper;
8
use Larastan\Larastan\Properties\MigrationHelper;
9
use Larastan\Larastan\Properties\ModelDatabaseHelper;
10
use Larastan\Larastan\Properties\Schema\PhpMyAdminDataTypeToPhpTypeConverter;
11
use Larastan\Larastan\Properties\SquashedMigrationHelper;
-use PHPStan\File\FileHelper;
12
use PHPStan\Testing\PHPStanTestCase;
13
14
/** @mixin PHPStanTestCase */
0 commit comments