File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -19,14 +19,14 @@ phpcs:
19
19
phpcbf :
20
20
docker run -it --rm -v${PWD} :/opt/project -w /opt/project phpdoc/phpcs-ga:latest phpcbf
21
21
22
-
23
22
.PHONY : phpstan
24
23
phpstan :
25
24
docker run -it --rm -v${PWD} :/opt/project -w /opt/project phpdoc/phpstan-ga:latest analyse src --no-progress --configuration phpstan.neon
26
25
27
- .PHONY : psaml
26
+ .PHONY : psalm
28
27
psalm :
29
28
docker run -it --rm -v${PWD} :/opt/project -w /opt/project php:7.2 tools/psalm
29
+
30
30
.PHONY : test
31
31
test :
32
32
docker run -it --rm -v${PWD} :/opt/project -w /opt/project php:7.2 tools/phpunit
Original file line number Diff line number Diff line change 13
13
14
14
namespace phpDocumentor \Reflection \Types ;
15
15
16
- use phpDocumentor \Reflection \Types \Boolean ;
17
16
use PHPUnit \Framework \TestCase ;
18
17
19
18
/**
You can’t perform that action at this time.
0 commit comments