Skip to content

Commit 616f020

Browse files
committed
Remove the --replace-methodsynopses option from the gen_stub.php execution
1 parent 06f075d commit 616f020

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Verify headers
4141
if: "${{ matrix.version >= '8.0' }}"
4242
run: |
43-
HEADERS_IN_SYNC=$(php php-src/build/gen_stub.php --replace-methodsynopses .)
43+
HEADERS_IN_SYNC=$(php php-src/build/gen_stub.php .)
4444
if [[ ! -z $HEADERS_IN_SYNC ]]; then echo 'Headers are not in sync with "ibm_db2.stub.php".' && exit 1; fi;
4545
- name: phpize
4646
run: phpize

0 commit comments

Comments
 (0)