We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cf11c9 commit 663fa57Copy full SHA for 663fa57
src/Bin/Paraunit.php
@@ -31,7 +31,7 @@ public static function getVersion(): string
31
return PrettyVersions::getVersion('facile-it/paraunit')->getPrettyVersion();
32
}
33
34
- public static function getPHPUnitVersion()
+ public static function getPHPUnitVersion(): string
35
{
36
return PrettyVersions::getVersion('phpunit/phpunit')->getPrettyVersion();
37
0 commit comments