Skip to content

Commit e364387

Browse files
committed
Generate stubs
1 parent 868cef9 commit e364387

File tree

2 files changed

+15
-3
lines changed

2 files changed

+15
-3
lines changed

ext/intl/formatter/formatter.stub.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ class NumberFormatter
4545
/** @cvalue UNUM_ROUND_UP */
4646
public const int ROUND_UP = UNKNOWN;
4747
/** @cvalue UNUM_ROUND_DOWN */
48-
public const ROUND_TOWARD_ZERO = UNKNOWN;
48+
public const int ROUND_TOWARD_ZERO = UNKNOWN;
4949
/** @cvalue UNUM_ROUND_UP */
50-
public const ROUND_AWAY_FROM_ZERO = UNKNOWN;
50+
public const int ROUND_AWAY_FROM_ZERO = UNKNOWN;
5151
/** @cvalue UNUM_ROUND_HALFEVEN */
5252
public const int ROUND_HALFEVEN = UNKNOWN;
5353
/** @cvalue UNUM_ROUND_HALFDOWN */

ext/intl/formatter/formatter_arginfo.h

Lines changed: 13 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)