[FrameworkBundle] Remove unused private method.

This commit is contained in:
Paráda József 2016-02-13 22:20:23 +01:00
parent 1d8d43b4e7
commit 94bec9a993

View File

@ -428,17 +428,6 @@ class TextDescriptor extends Descriptor
return trim($configAsString);
}
/**
* @param string $section
* @param string $message
*
* @return string
*/
private function formatSection($section, $message)
{
return sprintf('<info>[%s]</info> %s', $section, $message);
}
/**
* @param callable $callable
*