Skip to content

Commit 663fa57

Browse files
committed
facile-it#212 Add return type
1 parent 4cf11c9 commit 663fa57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Bin/Paraunit.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public static function getVersion(): string
3131
return PrettyVersions::getVersion('facile-it/paraunit')->getPrettyVersion();
3232
}
3333

34-
public static function getPHPUnitVersion()
34+
public static function getPHPUnitVersion(): string
3535
{
3636
return PrettyVersions::getVersion('phpunit/phpunit')->getPrettyVersion();
3737
}

0 commit comments

Comments
 (0)