Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b36b9b3

Browse files
authored
chore: upgrade PHPStan (#997)
1 parent 55f2689 commit b36b9b3

37 files changed

Lines changed: 1654 additions & 374 deletions

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ jobs:
340340
- name: Setup PHP
341341
uses: shivammathur/setup-php@v2
342342
with:
343-
php-version: 8.3
343+
php-version: 8.4
344344
coverage: none
345345

346346
- name: Install dependencies

bin/tools/phpstan/composer.lock

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

bin/tools/psalm/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"require": {
3-
"vimeo/psalm": "^5.6"
3+
"vimeo/psalm": "^6.0"
44
}
55
}

0 commit comments

Comments
 (0)