Skip to content

Commit ae78ee7

Browse files
committed
[FrameworkBundle] Remove unused private method.
1 parent 7f285dd commit ae78ee7

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

Console/Descriptor/TextDescriptor.php

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -428,17 +428,6 @@ private function formatRouterConfig(array $config)
428428
return trim($configAsString);
429429
}
430430

431-
/**
432-
* @param string $section
433-
* @param string $message
434-
*
435-
* @return string
436-
*/
437-
private function formatSection($section, $message)
438-
{
439-
return sprintf('<info>[%s]</info> %s', $section, $message);
440-
}
441-
442431
/**
443432
* @param callable $callable
444433
*

0 commit comments

Comments
 (0)