Skip to content

Commit 6656fab

Browse files
committed
Fix php_intl.stub.php
1 parent 10b43c2 commit 6656fab

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

ext/intl/php_intl.stub.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,11 @@
166166
* @cvalue UIDNA_ERROR_CONTEXTJ
167167
*/
168168
const IDNA_ERROR_CONTEXTJ = UNKNOWN;
169+
/**
170+
* @var int
171+
* @cvalue UCOL_DEFAULT_STRENGTH
172+
*/
173+
const UCOL_DEFAULT_STRENGTH = UNKNOWN;
169174

170175
class IntlException extends Exception
171176
{

ext/intl/php_intl_arginfo.h

Lines changed: 2 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)