Improve array docblocks NO_CI

This commit is contained in:
Dennis Eichhorn 2020-02-05 16:54:16 +01:00 committed by GitHub
parent f86a0aa6ed
commit f7ac46d9ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -223,7 +223,7 @@ class Text
*
* @param int $length Text length
*
* @return array
* @return array<int, array<int, int|string>>
*
* @since 1.0.0
*/
@ -289,7 +289,7 @@ class Text
*
* @param int $length Amount of sentences
*
* @return array
* @return int[]
*
* @since 1.0.0
*/