Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit d546adc

Browse files
committed
Fixed linting rule
1 parent 9d10ee5 commit d546adc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/guides/v2.3/ext-best-practices/phpstorm/adding-code-inspections.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,6 @@ So, there is a full example: [InvalidDependencyInjectionTypeInspection]
166166

167167
This section shows you how to display an HTML description of the inspection in the inspection preferences panel.
168168

169-
170169
You must describe all inspections in the description file. To do this, you can add a new HTML file to the following path:
171170
`./resources/inspectionDescriptions/{shortName}.html`, where `{shortName}` is a `shortName` attribute value in the
172171
local inspection declaration. Or you can just use Intellij Idea automation to do this (preferred).

0 commit comments

Comments
 (0)