Skip to content

Commit 81f957b

Browse files
fix 8.3 failures
1 parent e5dbf66 commit 81f957b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

internal/extgen/templates/stub.php.tpl

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,10 @@
99
// You may edit the file and remove this comment if you plan to manually maintain
1010
// this file going forward.
1111

12-
/** @generate-class-entries */
12+
/**
13+
* @generate-class-entries
14+
* @generate-legacy-arginfo 80300
15+
*/
1316
{{if .Namespace}}
1417
namespace {{.Namespace}};
1518
{{end}}

0 commit comments

Comments
 (0)