Skip to content

Commit

Permalink
Merge pull request #55 from jonjennings/patch-1
Browse files Browse the repository at this point in the history
Adjust a tab level to fix div & PHP open/close
  • Loading branch information
GaryJones authored May 28, 2021
2 parents 3b9f1aa + 1f306fd commit 128cb48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wordpress-coding-standards/php.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,14 +182,14 @@ Correct (Multiline):
```php
function foo() {
?>
<div>
<div>
<?php
echo bar(
$baz,
$bat
);
?>
</div>
</div>
<?php
}
```
Expand Down

0 comments on commit 128cb48

Please sign in to comment.