File tree Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments