From 8fe696a1e7e2563a107f3f4c5af44448a1b9387a Mon Sep 17 00:00:00 2001 From: Gabriel Caruso Date: Tue, 2 Oct 2018 00:12:00 -0300 Subject: [PATCH] [CS] Enforces null type hint on last position in phpDocs --- Intl.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Intl.php b/Intl.php index 7777b0bb..b4af8fb3 100644 --- a/Intl.php +++ b/Intl.php @@ -187,7 +187,7 @@ public static function getRegionBundle() /** * Returns the version of the installed ICU library. * - * @return null|string The ICU version or NULL if it could not be determined + * @return string|null The ICU version or NULL if it could not be determined */ public static function getIcuVersion() {