Skip to content

Commit

Permalink
Fix typo in comment (#328)
Browse files Browse the repository at this point in the history
Super minor, I know...
  • Loading branch information
manavo authored Oct 28, 2020
1 parent 81698c5 commit 0684646
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SolutionProviders/MergeConflictSolutionProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ protected function getCurrentBranch(string $directory): string

protected function hasMergeConflictExceptionMessage(Throwable $throwable): bool
{
// For PHP 7.x and bellow
// For PHP 7.x and below
if (Str::startsWith($throwable->getMessage(), 'syntax error, unexpected \'<<\'')) {
return true;
}
Expand Down

0 comments on commit 0684646

Please sign in to comment.