Skip to content

Commit 51ace1e

Browse files
authored
Fix linter error (#112)
1 parent 3834324 commit 51ace1e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ composer test:unit
5252
composer lint:check
5353
# Linter (with auto-fix)
5454
composer lint:fix
55+
# PHPstan
56+
composer phpstan
5557
```
5658

5759
### Using the Docker Environment

src/Engine.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
namespace MeiliSearch\Bundle;
66

7-
use function count;
87
use MeiliSearch\Client;
98
use MeiliSearch\Exceptions\ApiException;
109

0 commit comments

Comments
 (0)