Skip to content

Commit 112ed50

Browse files
committed
bug #1031 [verify-email] Coding standards - Twig (seb-jean)
This PR was merged into the 1.0-dev branch. Discussion ---------- [verify-email] Coding standards - Twig Hi, I changed the case to be like the standard coding: https://twig.symfony.com/doc/3.x/coding_standards.html Commits ------- 2210f28 Update twig_template.tpl.php
2 parents afa9851 + 2210f28 commit 112ed50

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Resources/skeleton/registration/twig_template.tpl.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
{% block body %}
44
<?php if ($will_verify_email): ?>
5-
{% for flashError in app.flashes('verify_email_error') %}
6-
<div class="alert alert-danger" role="alert">{{ flashError }}</div>
5+
{% for flash_error in app.flashes('verify_email_error') %}
6+
<div class="alert alert-danger" role="alert">{{ flash_error }}</div>
77
{% endfor %}
88

99
<?php endif; ?>

0 commit comments

Comments
 (0)