We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c95957 commit 69f422bCopy full SHA for 69f422b
.github/workflows/arginfo-files.yml
@@ -38,7 +38,7 @@ jobs:
38
run: phpize
39
40
- name: "Rebuild arginfo files from stubs"
41
- run: "php ./build/gen_stub.php"
+ run: "php ./build/gen_stub.php --force-regeneration"
42
43
- name: "Check arginfo file diff"
44
run: git add . -N && git diff --exit-code
0 commit comments