Skip to content

Commit d507963

Browse files
committed
rebuild docs
1 parent 81261e1 commit d507963

File tree

4 files changed

+3
-2933
lines changed

4 files changed

+3
-2933
lines changed

.github/workflows/code_analysis.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
-
3535
uses: shivammathur/setup-php@v2
3636
with:
37-
php-version: 8.0
37+
php-version: 8.1
3838
coverage: none
3939

4040
- uses: "ramsey/composer-install@v1"

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
"scripts": {
3333
"check-cs": "vendor/bin/ecs check --ansi",
3434
"fix-cs": "vendor/bin/ecs check --fix --ansi",
35-
"phpstan": "vendor/bin/phpstan analyse --ansi"
35+
"phpstan": "vendor/bin/phpstan analyse --ansi",
36+
"build": "bin/console dump-nodes"
3637
}
3738
}

0 commit comments

Comments
 (0)