Skip to content

Commit 50c1e4a

Browse files
authored
Merge pull request msyk#88 from matsuo/phpstan
Modify generating the baseline for PHPStan
2 parents 2ba485d + abd3297 commit 50c1e4a

3 files changed

Lines changed: 10 additions & 11 deletions

File tree

.github/workflows/phpstan.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ on:
66
- "*"
77
pull_request:
88
branches: [ 'master', 'main' ]
9+
pull_request_target:
10+
types:
11+
- closed
912

1013
jobs:
1114
run:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"require-dev": {
1818
"phpunit/phpunit": "*",
1919
"phpdocumentor/phpdocumentor": ">=3",
20-
"phpstan/phpstan": "^1.10"
20+
"phpstan/phpstan": "^1.11"
2121
},
2222
"autoload": {
2323
"psr-4": {

composer.lock

Lines changed: 6 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)