Skip to content

Commit

Permalink
Merge branch 'master' of github.com:beyondcode/laravel-self-diagnosis
Browse files Browse the repository at this point in the history
  • Loading branch information
mpociot committed Jul 5, 2018
2 parents 20b1721 + d51385f commit c569d60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Checks/CorrectPhpVersionIsInstalled.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public function __construct(Filesystem $filesystem)
*/
public function name(): string
{
return 'The correct PHP Version is installed';
return 'The correct PHP version is installed';
}

/**
Expand Down Expand Up @@ -57,4 +57,4 @@ public function getRequiredPhpVersion()

return str_replace(['^', '~', '<', '>', '='], '', $versionString);
}
}
}

0 comments on commit c569d60

Please sign in to comment.