Skip to content

Commit b657d6c

Browse files
VincentLangletondrejmirtes
authored andcommitted
Add PHPVersion::__construct to api
1 parent 7a2a326 commit b657d6c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Php/PhpVersion.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ final class PhpVersion
1818
public const SOURCE_UNKNOWN = 4;
1919

2020
/**
21+
* @api
22+
*
2123
* @param self::SOURCE_* $source
2224
*/
2325
public function __construct(private int $versionId, private int $source = self::SOURCE_UNKNOWN)

0 commit comments

Comments
 (0)