Hi,
I get this error when I mix HTML blocks with multiple statements
[phpcs] Line indented incorrectly; expected 2 tabs, found 3
__Sample code:__
<?php
if (true) {
?>
<div>
<?php
if (true) {
?>
<?php
}
if (true
|| false) {
?> <!-- error here -->
<?php
}
?>
</div>
<?php
}
?>
__Screenshot:__
:x:

:white_check_mark:


__Version:__
PHP_CodeSniffer version 3.4.1 (stable) by Squiz (http://www.squiz.net) (Git clone 2019-02-01)
Thanks for reporting this. The fix will be in 3.4.1.
Most helpful comment
Thanks for reporting this. The fix will be in 3.4.1.