We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
--replace-methodsynopses
gen_stub.php
1 parent 06f075d commit 616f020Copy full SHA for 616f020
.github/workflows/ci.yml
@@ -40,7 +40,7 @@ jobs:
40
- name: Verify headers
41
if: "${{ matrix.version >= '8.0' }}"
42
run: |
43
- HEADERS_IN_SYNC=$(php php-src/build/gen_stub.php --replace-methodsynopses .)
+ HEADERS_IN_SYNC=$(php php-src/build/gen_stub.php .)
44
if [[ ! -z $HEADERS_IN_SYNC ]]; then echo 'Headers are not in sync with "ibm_db2.stub.php".' && exit 1; fi;
45
- name: phpize
46
run: phpize
0 commit comments