Skip to content

Commit 94a0eee

Browse files
committed
Removed unnecessary action steps and config
1 parent 78e7c95 commit 94a0eee

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

.github/workflows/release-site.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,6 @@ jobs:
2828
- uses: actions/checkout@v5
2929
with:
3030
persist-credentials: false
31-
- name: Set up PHP
32-
uses: shivammathur/setup-php@v2
33-
with:
34-
# highest version to support apigen/apigen
35-
php-version: '7.1'
3631
- name: Generate API
3732
run: mkdir -p docs && docker run --rm -v "$GITHUB_WORKSPACE/code:/workspace" -w /workspace -u `id -u`:`id -g` apigen/apigen
3833
- uses: actions/upload-artifact@v4

phpstan.neon

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ parameters:
44
- tests
55
level: 9
66

7-
#treatPhpDocTypesAsCertain: false
8-
#checkMissingCallableSignature: true
9-
107
ignoreErrors:
118
- message: '#Argument of an invalid type object supplied for foreach, only iterables are supported.#'
129
path: src/Robtimus/Obfuscation/PropertyObfuscator.php

0 commit comments

Comments
 (0)