Skip to content

Commit

Permalink
minor #3920 Docs: Fix typo (ntzm)
Browse files Browse the repository at this point in the history
This PR was merged into the 2.12 branch.

Discussion
----------

Docs: Fix typo

Commits
-------

bd96e46 Fix typo
  • Loading branch information
keradus committed Jul 20, 2018
2 parents e55de67 + bd96e46 commit 2086dc8
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -39,7 +39,7 @@ public function getDefinition()
*/
public function getPriority()
{
// should be run before SpaceAfterSemicolonFixer, NoWhitespaceInBlankLineFixer, NoTrailingWhitespaceFixer and NoExtraBlankLinesFixerand after NoEmptyStatementFixer.
// should be run before SpaceAfterSemicolonFixer, NoWhitespaceInBlankLineFixer, NoTrailingWhitespaceFixer and NoExtraBlankLinesFixer and after NoEmptyStatementFixer.
return 24;
}

Expand Down

0 comments on commit 2086dc8

Please sign in to comment.