Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kukulich committed Sep 21, 2018
1 parent 9b41ba3 commit f74119f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ This sniff enforces trailing commas in multi-line arrays and requires short arra
#### SlevomatCodingStandard.Classes.ModernClassNameReference 🔧

Reports use of `__CLASS__`, `get_parent_class()`, `get_called_class()`, `get_class()` and `get_class($this)`.
Class names should be referenced via `::class` contant when possible.
Class names should be referenced via `::class` constant when possible.

#### SlevomatCodingStandard.Classes.SuperfluousAbstractClassNaming

Expand Down

0 comments on commit f74119f

Please sign in to comment.