Skip to content

Commit 222e756

Browse files
mikeSimonsonchr-hertel
authored andcommitted
Correcting the CS
1 parent 587fdd2 commit 222e756

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Resources/views/migrationsCollector.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
{# this is the content displayed when hovering the mouse over
2323
the toolbar panel #}
2424
{% set properties = ['previousMigration', 'currentMigration', 'nextMigration', 'latestMigration', 'executedMigrations', 'executedUnavailableMigrations', 'availableMigrations', 'newMigrations'] %}
25-
{% for property in properties%}
25+
{% for property in properties %}
2626
{% set result = attribute(collector, 'get' ~ (property|capitalize) ) %}
2727
<div class="sf-toolbar-info-piece">
2828
<b>{{ property|replace({'Migrations': '', 'Migration': ''})|humanize }}</b>

0 commit comments

Comments
 (0)