Skip to content

Commit 4a78a94

Browse files
committed
AC-667: Create phpcs static check for EmailTemplateTest
1 parent 0cb8f67 commit 4a78a94

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
<h1>{{var "H1"}}</h1>
22
<h2>{{var "H2"}}</h2>
33
<p>{{var "p"}} {{var "p"}}</p>
4+
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<h1>{{htmlescape "H1"}}</h1>
22
<h2>{{escapehtml "H2"}}</h2>
33
<p>{{escapehtml "p"}} {{htmlescape "p"}}</p>
4-
<p class="greeting">{{trans "Translateme"}}</p>
4+
<p class="greeting">{{trans "Translateme"}}</p>

0 commit comments

Comments
 (0)