X Tutup
Skip to content

Commit c65ed2c

Browse files
committed
Specify parseStability return type more accurately
1 parent 31f3ea7 commit c65ed2c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/VersionParser.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ class VersionParser
4747
* @param string $version
4848
*
4949
* @return string
50+
* @phpstan-return 'stable'|'RC'|'beta'|'alpha'|'dev'
5051
*/
5152
public static function parseStability($version)
5253
{

0 commit comments

Comments
 (0)
X Tutup