File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -48,22 +48,22 @@ class IntlBreakIterator implements IteratorAggregate
4848 public const int SENTENCE_SEP_LIMIT = UNKNOWN ;
4949
5050 /** @tentative-return-type */
51- public static function createCharacterInstance (?string $ locale = null ): ? IntlBreakIterator {}
51+ public static function createCharacterInstance (?string $ locale = null ): IntlBreakIterator {}
5252
5353 /** @tentative-return-type */
5454 public static function createCodePointInstance (): IntlCodePointBreakIterator {}
5555
5656 /** @tentative-return-type */
57- public static function createLineInstance (?string $ locale = null ): ? IntlBreakIterator {}
57+ public static function createLineInstance (?string $ locale = null ): IntlBreakIterator {}
5858
5959 /** @tentative-return-type */
60- public static function createSentenceInstance (?string $ locale = null ): ? IntlBreakIterator {}
60+ public static function createSentenceInstance (?string $ locale = null ): IntlBreakIterator {}
6161
6262 /** @tentative-return-type */
63- public static function createTitleInstance (?string $ locale = null ): ? IntlBreakIterator {}
63+ public static function createTitleInstance (?string $ locale = null ): IntlBreakIterator {}
6464
6565 /** @tentative-return-type */
66- public static function createWordInstance (?string $ locale = null ): ? IntlBreakIterator {}
66+ public static function createWordInstance (?string $ locale = null ): IntlBreakIterator {}
6767
6868 private function __construct () {}
6969
You can’t perform that action at this time.
0 commit comments