Skip to content

Commit 9a41e76

Browse files
committed
fixed CS
1 parent 60359a6 commit 9a41e76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Console/Descriptor/MarkdownDescriptor.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ protected function describeContainerDefinition(Definition $definition, array $op
185185
;
186186

187187
foreach ($definition->getAutowiringTypes() as $autowiringType) {
188-
$output .= "\n" . '- Autowiring Type: `' . $autowiringType . '`';
188+
$output .= "\n".'- Autowiring Type: `'.$autowiringType.'`';
189189
}
190190

191191
if ($definition->getFile()) {

0 commit comments

Comments
 (0)