Skip to content

Commit e93f6da

Browse files
committed
Fixed a syntax issue
1 parent e39bf7b commit e93f6da

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)