Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typos #464

Merged
merged 1 commit into from
Jan 30, 2024
Merged

Fix typos #464

merged 1 commit into from
Jan 30, 2024

Conversation

HypeMC
Copy link
Contributor

@HypeMC HypeMC commented Jan 8, 2024

This pull request fixes some typos.

@@ -20,6 +20,6 @@ final class InvalidPhaseIdentifier extends \InvalidArgumentException
{
public static function blankOrEmpty(): self
{
return new self('Value can not be blank or empty.');
return new self('Value cannot be blank or empty.');
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Though technically not wrong, to my knowledge "cannot" is the preferred form.

Copy link

codecov bot commented Jan 8, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (45dd8b2) 69.86% compared to head (008dfee) 69.86%.

Additional details and impacted files
@@            Coverage Diff            @@
##               main     #464   +/-   ##
=========================================
  Coverage     69.86%   69.86%           
  Complexity      110      110           
=========================================
  Files            26       26           
  Lines           521      521           
=========================================
  Hits            364      364           
  Misses          157      157           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@localheinz localheinz self-assigned this Jan 15, 2024
@localheinz localheinz added the bug label Jan 30, 2024
@localheinz localheinz merged commit 4dc82f6 into ergebnis:main Jan 30, 2024
40 checks passed
@localheinz
Copy link
Member

Thank you, @HypeMC!

@HypeMC HypeMC deleted the fixes branch January 30, 2024 14:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants