File tree Expand file tree Collapse file tree 8 files changed +21
-20
lines changed Expand file tree Collapse file tree 8 files changed +21
-20
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ First, install the dependencies:
21
21
$ make install
22
22
```
23
23
24
- Then run the test suite and static analyzer :
24
+ Then run the test suite and static analyzers :
25
25
26
26
``` bash
27
27
$ make test
Original file line number Diff line number Diff line change 67
67
command : composer bin psalm update --no-interaction --no-progress
68
68
69
69
- name : Execute Psalm
70
- run : vendor/bin/psalm --no-progress --output-format=github
70
+ run : vendor/bin/psalm.phar --no-progress --output-format=github
71
71
72
72
rector :
73
73
name : Rector
Original file line number Diff line number Diff line change @@ -12,13 +12,13 @@ phpstan-baseline:
12
12
@docker run -it -w /data -v ${PWD} :/data:delegated --entrypoint vendor/bin/phpstan --rm registry.gitlab.com/grahamcampbell/php:7.4-cli analyze --generate-baseline
13
13
14
14
psalm-analyze :
15
- @docker run -it -w /data -v ${PWD} :/data:delegated --entrypoint vendor/bin/psalm --rm registry.gitlab.com/grahamcampbell/php:7.4-cli
15
+ @docker run -it -w /data -v ${PWD} :/data:delegated --entrypoint vendor/bin/psalm.phar --rm registry.gitlab.com/grahamcampbell/php:7.4-cli
16
16
17
17
psalm-baseline :
18
- @docker run -it -w /data -v ${PWD} :/data:delegated --entrypoint vendor/bin/psalm --rm registry.gitlab.com/grahamcampbell/php:7.4-cli --set-baseline=psalm-baseline.xml
18
+ @docker run -it -w /data -v ${PWD} :/data:delegated --entrypoint vendor/bin/psalm.phar --rm registry.gitlab.com/grahamcampbell/php:7.4-cli --set-baseline=psalm-baseline.xml
19
19
20
20
psalm-show-info :
21
- @docker run -it -w /data -v ${PWD} :/data:delegated --entrypoint vendor/bin/psalm --rm registry.gitlab.com/grahamcampbell/php:7.4-cli --show-info=true
21
+ @docker run -it -w /data -v ${PWD} :/data:delegated --entrypoint vendor/bin/psalm.phar --rm registry.gitlab.com/grahamcampbell/php:7.4-cli --show-info=true
22
22
23
23
rector-dry-run :
24
24
@docker run -it -w /data -v ${PWD} :/data:delegated --entrypoint vendor/bin/rector --rm registry.gitlab.com/grahamcampbell/php:7.4-cli process --dry-run
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <files psalm-version =" 3.12.2@7c7ebd068f8acaba211d4a2c707c4ba90874fa26 " >
2
+ <files psalm-version =" 4.0.1@b1e2e30026936ef8d5bf6a354d1c3959b6231f44 " >
3
3
<file src =" lib/Gitlab/HttpClient/Plugin/HistoryTrait.php" >
4
4
<UnrecognizedStatement occurrences =" 1" />
5
5
</file >
6
+ <file src =" vendor/php-http/client-common/src/Plugin/VersionBridgePlugin.php" >
7
+ <InternalMethod occurrences =" 1" >
8
+ <code >doHandleRequest</code >
9
+ </InternalMethod >
10
+ </file >
6
11
</files >
Original file line number Diff line number Diff line change 1
1
{
2
2
"require" : {
3
- "phpstan/phpstan" : " ~0.12.33" ,
3
+ "php" : " ^7.2.5" ,
4
+ "phpstan/phpstan" : " ~0.12.51" ,
4
5
"phpstan/phpstan-deprecation-rules" : " ~0.12.5" ,
5
- "phpstan/phpstan-strict-rules" : " ~0.12.4 " ,
6
- "thecodingmachine/phpstan-strict-rules" : " ~0.12.0 " ,
7
- "ergebnis/phpstan-rules" : " ~0.15.0 "
6
+ "phpstan/phpstan-strict-rules" : " ~0.12.5 " ,
7
+ "thecodingmachine/phpstan-strict-rules" : " ~0.12.1 " ,
8
+ "ergebnis/phpstan-rules" : " ~0.15.2 "
8
9
},
9
10
"config" : {
10
11
"preferred-install" : " dist"
Original file line number Diff line number Diff line change 1
1
{
2
2
"require" : {
3
+ "php" : " ^5.6 || ^7.0" ,
3
4
"phpunit/phpunit" : " ^5.7.27 || ^7.5.15"
4
5
},
5
6
"config" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"require" : {
3
- "vimeo/psalm" : " ~3.12.2"
3
+ "php" : " ^7.3" ,
4
+ "psalm/phar" : " ~4.0.1"
4
5
},
5
6
"config" : {
6
7
"preferred-install" : " dist"
Original file line number Diff line number Diff line change 1
1
{
2
2
"require" : {
3
- "phpstan/phpstan" : " 0.12.32" ,
4
- "rector/rector" : " 0.7.48" ,
5
- "symplify/auto-bind-parameter" : " 8.1.13" ,
6
- "symplify/autowire-array-parameter" : " 8.1.13" ,
7
- "symplify/console-color-diff" : " 8.1.13" ,
8
- "symplify/package-builder" : " 8.1.13" ,
9
- "symplify/parameter-name-guard" : " 8.1.13" ,
10
- "symplify/set-config-resolver" : " 8.1.13" ,
11
- "symplify/smart-file-system" : " 8.1.13"
3
+ "php" : " ^7.2.5" ,
4
+ "rector/rector-prefixed" : " 0.7.61"
12
5
},
13
6
"config" : {
14
7
"preferred-install" : " dist"
You can’t perform that action at this time.
0 commit comments