diff options
Diffstat (limited to 'ext/bcmath/bcmath.stub.php')
| -rw-r--r-- | ext/bcmath/bcmath.stub.php | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/ext/bcmath/bcmath.stub.php b/ext/bcmath/bcmath.stub.php index acd63f000e..daf479089d 100644 --- a/ext/bcmath/bcmath.stub.php +++ b/ext/bcmath/bcmath.stub.php @@ -1,6 +1,9 @@ <?php -/** @generate-function-entries */ +/** + * @generate-function-entries + * @generate-class-entries + */ function bcadd(string $num1, string $num2, ?int $scale = null): string {} |
