Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commitf8543f4

Browse files
committed
[FrameworkBundle] Revert changed console output for Iterator
1 parent6c4d190 commitf8543f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/Symfony/Bundle/FrameworkBundle/Console/Descriptor/TextDescriptor.php‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ protected function describeContainerDefinition(Definition $definition, array $op
343343
if ($argumentinstanceof TaggedIteratorArgument) {
344344
$argumentsInformation[] =sprintf('Tagged Iterator for "%s"%s',$argument->getTag(),$options['is_debug'] ?'':sprintf(' (%d element(s))',\count($argument->getValues())));
345345
}else {
346-
$argumentsInformation[] =sprintf('Iterator%s',$options['is_debug'] ?'' :sprintf(' (%d element(s))',\count($argument->getValues())));
346+
$argumentsInformation[] =sprintf('Iterator (%d element(s))',\count($argument->getValues()));
347347
}
348348
}elseif ($argumentinstanceof Definition) {
349349
$argumentsInformation[] ='Inlined Service';

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp