Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit c680793

Browse filesBrowse files
author
Ahmed Raafat
committed
[FrameworkBundle] Restyle the file & use abstract_arg instead of null & comment
1 parent 1d88889 commit c680793
Copy full SHA for c680793

File tree

1 file changed

+2
-2
lines changed
Filter options
  • src/Symfony/Bundle/FrameworkBundle/Resources/config

1 file changed

+2
-2
lines changed

‎src/Symfony/Bundle/FrameworkBundle/Resources/config/console.php

Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Resources/config/console.php
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@
208208
param('translator.default_path'),
209209
abstract_arg('twig.default_path'),
210210
abstract_arg('Translator paths'),
211-
[],
211+
abstract_arg('Twig paths'),
212212
])
213213
->tag('console.command', ['command' => 'debug:translation'])
214214

@@ -221,7 +221,7 @@
221221
param('translator.default_path'),
222222
abstract_arg('twig.default_path'),
223223
abstract_arg('Translator paths'),
224-
[],
224+
abstract_arg('Twig paths'),
225225
])
226226
->tag('console.command', ['command' => 'translation:update'])
227227

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.