Skip to content

Commit af72d6e

Browse files
committed
no need for attributes on legacy
1 parent ee1d618 commit af72d6e

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
@@ -1436,6 +1436,7 @@ public function discardInfoForOldPhpVersions(): void {
14361436
foreach ($this->args as $arg) {
14371437
$arg->type = null;
14381438
$arg->defaultValue = null;
1439+
$arg->attributes = [];
14391440
}
14401441
}
14411442

0 commit comments

Comments
 (0)