@@ -138,7 +138,7 @@ |
||
| 138 | 138 | * Extract the index and count from a prerelease string. |
| 139 | 139 | * |
| 140 | 140 | * @param string|null $s String. |
| 141 | - * @return array Two elements: index and count. |
|
| 141 | + * @return integer[] Two elements: index and count. |
|
| 142 | 142 | * @throws InvalidArgumentException If the string is invalid. |
| 143 | 143 | */ |
| 144 | 144 | private function parsePrerelease( $s ) { |