Skip to content

Commit 0d8848d

Browse files
authored
update phpstan (#75)
1 parent a76a6e9 commit 0d8848d

File tree

4 files changed

+24
-23
lines changed

4 files changed

+24
-23
lines changed

.github/workflows/php.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
if: (github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository)
2020
steps:
2121
- name: Cancel Previous Runs
22-
uses: styfle/[email protected]
22+
uses: styfle/cancel-workflow-action@85880fa0301c86cca9da44039ee3bb12d3bedbfa # 0.12.1
2323
with:
2424
access_token: ${{ github.token }}
2525

@@ -35,7 +35,7 @@ jobs:
3535
php-version: "latest"
3636

3737
- name: "Checkout code"
38-
uses: "actions/[email protected]"
38+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3939

4040
- name: "Install dependencies"
4141
uses: ramsey/composer-install@a2636af0004d1c0499ffca16ac0b4cc94df70565 # 3.1.0
@@ -55,7 +55,7 @@ jobs:
5555
php-version: "latest"
5656

5757
- name: "Checkout code"
58-
uses: "actions/[email protected]"
58+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
5959

6060
- name: "Install dependencies"
6161
uses: ramsey/composer-install@a2636af0004d1c0499ffca16ac0b4cc94df70565 # 3.1.0

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"require-dev": {
4343
"friendsofphp/php-cs-fixer": "^3.51",
4444
"infection/infection": "^0.29.14",
45-
"lychee-org/phpstan-lychee": "^2.0.0",
45+
"lychee-org/phpstan-lychee": "^2.0.1",
4646
"php-parallel-lint/php-parallel-lint": "^1.3.2",
4747
"phpmd/phpmd": "^2.15",
4848
"phpunit/phpunit": "^9.5.10",

composer.lock

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

phpstan.neon

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ includes:
22
- vendor/lychee-org/phpstan-lychee/phpstan.neon
33

44
parameters:
5+
level: 7
56
paths:
67
- lib
78
ignoreErrors:

0 commit comments

Comments
 (0)