Skip to content

Commit c569d60

Browse files
committed
Merge branch 'master' of github.com:beyondcode/laravel-self-diagnosis
2 parents 20b1721 + d51385f commit c569d60

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Checks/CorrectPhpVersionIsInstalled.php

+2-2
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)