You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Run vendor/bin/phpcs -s --standard=Magento2 test.html
Expected result
Show no errors.
Actual result
Getting this output:
------------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
------------------------------------------------------------------------------------------------
1 | ERROR | Avoid using self-closing tag with non-void html element - "<http://site.com/path/>
| | (Magento2.Html.HtmlSelfClosingTags.HtmlSelfClosingNonVoidTag)
------------------------------------------------------------------------------------------------
The text was updated successfully, but these errors were encountered:
Hi @minsc78. Thank you for your report.
To speed up processing of this issue, make sure that you provided sufficient information.
Add a comment to assign the issue: @magento I am working on this
Preconditions
Steps to reproduce
vendor/bin/phpcs -s --standard=Magento2 test.html
Expected result
Actual result
The text was updated successfully, but these errors were encountered: