Skip to content

Commit a692456

Browse files
Update dependencies for php 8.3 support
1 parent 672d8ac commit a692456

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Comparator/Type.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class Type extends \PHPSemVerChecker\Comparator\Type
1919
* @param Name|NullableType|string|null $type
2020
* @return string|null
2121
*/
22-
public static function get($type)
22+
public static function get($type): ?string
2323
{
2424
if (! is_object($type)) {
2525
return $type;

0 commit comments

Comments
 (0)