Skip to content

Commit ca84e5b

Browse files
committed
Fix linting and pre-commit test
1 parent a883b34 commit ca84e5b

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@ phpcs:
1919
phpcbf:
2020
docker run -it --rm -v${PWD}:/opt/project -w /opt/project phpdoc/phpcs-ga:latest phpcbf
2121

22-
2322
.PHONY: phpstan
2423
phpstan:
2524
docker run -it --rm -v${PWD}:/opt/project -w /opt/project phpdoc/phpstan-ga:latest analyse src --no-progress --configuration phpstan.neon
2625

27-
.PHONY: psaml
26+
.PHONY: psalm
2827
psalm:
2928
docker run -it --rm -v${PWD}:/opt/project -w /opt/project php:7.2 tools/psalm
29+
3030
.PHONY: test
3131
test:
3232
docker run -it --rm -v${PWD}:/opt/project -w /opt/project php:7.2 tools/phpunit

tests/unit/Types/BooleanTest.php

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

1414
namespace phpDocumentor\Reflection\Types;
1515

16-
use phpDocumentor\Reflection\Types\Boolean;
1716
use PHPUnit\Framework\TestCase;
1817

1918
/**

0 commit comments

Comments
 (0)