We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 587fdd2 commit 222e756Copy full SHA for 222e756
Resources/views/migrationsCollector.html.twig
@@ -22,7 +22,7 @@
22
{# this is the content displayed when hovering the mouse over
23
the toolbar panel #}
24
{% set properties = ['previousMigration', 'currentMigration', 'nextMigration', 'latestMigration', 'executedMigrations', 'executedUnavailableMigrations', 'availableMigrations', 'newMigrations'] %}
25
- {% for property in properties%}
+ {% for property in properties %}
26
{% set result = attribute(collector, 'get' ~ (property|capitalize) ) %}
27
<div class="sf-toolbar-info-piece">
28
<b>{{ property|replace({'Migrations': '', 'Migration': ''})|humanize }}</b>
0 commit comments