10000 Fixed a syntax issue · symfony/symfony@7d1deb1 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7d1deb1

Browse files
committed
Fixed a syntax issue
1 parent bc381c8 commit 7d1deb1

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
@@ -155,7 +155,7 @@ protected function describeContainerService($service, array $options = array())
155155
array(
156156
array(isset($options['id']) ? $options['id'] : '-', get_class($service)),
157157
)
158-
));
158+
);
159159
}
160160
}
161161

0 commit comments

Comments
 (0)
0