Skip to content

Commit b45cd10

Browse files
committedJul 6, 2022
Fix GH-8842 don't set sensitive param in legacy arginfo
1 parent b107b81 commit b45cd10

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎build/gen_stub.php

+1
Original file line numberDiff line numberDiff line change
@@ -1426,6 +1426,7 @@ public function discardInfoForOldPhpVersions(): void {
14261426
foreach ($this->args as $arg) {
14271427
$arg->type = null;
14281428
$arg->defaultValue = null;
1429+
$arg->isSensitive = null;
14291430
}
14301431
}
14311432

0 commit comments

Comments
 (0)