1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

ext/intl/ERROR_CONVENTIONS.md: fix typo (not -> note) [skip ci] (#20696)

This commit is contained in:
Daniel Scherzer
2025-12-17 07:17:17 -08:00
committed by GitHub
parent dc045c0a6d
commit b010aa851a

View File

@@ -75,7 +75,7 @@ and `intl_get_error_message()`.
parsing errors), not `NULL`. Constructors and factory methods are the
exception; these should return `NULL`, not `FALSE`.
Not that constructors in Intl generally (always?) don't throws exceptions. They
Note that constructors in Intl generally (always?) don't throws exceptions. They
instead destroy the object to that the result of new `IntlClass()` can be
`NULL`. This may be surprising.