Skip to content

Commit d4aa00f

Browse files
Fixing import related to meilisearch-php ^0.12
1 parent 6a07ede commit d4aa00f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/TestCase/CommandsTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
use MeiliSearch\Bundle\Test\Entity\ContentAggregator;
1414
use MeiliSearch\Bundle\Test\Entity\Post;
1515
use MeiliSearch\Client;
16+
use MeiliSearch\Endpoints\Indexes;
1617
use MeiliSearch\Exceptions\HTTPRequestException;
17-
use MeiliSearch\Index;
1818
use Symfony\Bundle\FrameworkBundle\Console\Application;
1919
use Symfony\Component\Console\Tester\CommandTester;
2020

@@ -47,7 +47,7 @@ class CommandsTest extends BaseTest
4747
/** @var AbstractPlatform|null $platform */
4848
protected $platform;
4949

50-
/** @var Index $index */
50+
/** @var Indexes $index */
5151
protected $index;
5252

5353
/**

0 commit comments

Comments
 (0)