Skip to content

Commit

Permalink
docs: ShortEchoTag and TrailingSemicolon description
Browse files Browse the repository at this point in the history
  • Loading branch information
shvlv committed Aug 15, 2024
1 parent 8ebb223 commit 1127d57
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,9 +173,11 @@ The recommended way to use the `InpsydeTemplates` ruleset is as follows:

The following template-specific rules are available:

| Sniff Name | Description | Has Config | Auto-Fixable |
|:--------------------|:--------------------------------------------------|:----------:|:------------:|
| `TrailingSemicolon` | Remove trailing semicolon before closing PHP tag. | ||
| Sniff Name | Description | Has Config | Auto-Fixable |
|:------------------------------|:------------------------------------------------------------|:----------:|:------------:|
| `AlternativeControlStructure` | Encourage usage of alternative syntax with inline HTML. | | |
| `ShortEchoTag` | Replace echo with short echo tag in single-line statements. | ||
| `TrailingSemicolon` | Remove trailing semicolon before closing PHP tag. | ||

# Removing or Disabling Rules

Expand Down

0 comments on commit 1127d57

Please sign in to comment.