Skip to content

Commit d51385f

Browse files
authored
Merge pull request #3 from JayBizzle/patch-1
Tweak check name
2 parents 3743d38 + 4b092e2 commit d51385f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Checks/CorrectPhpVersionIsInstalled.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public function __construct(Filesystem $filesystem)
2121
*/
2222
public function name(): string
2323
{
24-
return 'The correct PHP Version is installed';
24+
return 'The correct PHP version is installed';
2525
}
2626

2727
/**
@@ -57,4 +57,4 @@ public function getRequiredPhpVersion()
5757

5858
return str_replace(['^', '~', '<', '>', '='], '', $versionString);
5959
}
60-
}
60+
}

0 commit comments

Comments
 (0)