Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gharlan committed Feb 20, 2023
1 parent cc3b228 commit 7c09032
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Fixer/NoSemicolonBeforeClosingTagFixer.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public function getName(): string
public function getDefinition(): FixerDefinitionInterface
{
return new FixerDefinition(
'Single instructions inside PHP tags must ommit the semicolon.',
'Single instructions inside PHP tags must omit the semicolon.',
[new CodeSample("<?php foo(); ?>\n")],
);
}
Expand Down

0 comments on commit 7c09032

Please sign in to comment.