Skip to content

Commit 9084949

Browse files
committed
Merge branch '2.8' into 3.0
* 2.8: [DependencyInjection] fix dumped YAML snytax Remove InputOption::VALUE_REQUIRED mode from $default parameter description as InputOption::setDefault() throws an exception only when called in InputOption::VALUE_NONE mode. In practice the $default value could still be accessed in InputOption::VALUE_REQUIRED mode in case InputOption was never set but accessed from InputDefinition::getOption() method [Form] Fixed violation mapping if multiple forms are using the same (or part of the same) property path fix FQCN in tests added by #17694 Fix locale and written standard inconsistencies for Norwegian translations [Form] [Validator] Fix locale inconsistencies in Norwegian translations [TwigBridge] Symfony 3.1 forward compatibility fixed CS [DependencyInjection] fixed exceptions thrown by get method of ContainerBuilder [Yaml] properly parse lists in object maps [FrameworkBundle] Remove unused private method. [Form] remove useless code in ResizeFormListener [Config] Fix EnumNodeDefinition to allow building enum nodes with one element fix choice_value option in EntityType and add some tests
2 parents 1d5c8b7 + ae78ee7 commit 9084949

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
@@ -411,17 +411,6 @@ private function formatRouterConfig(array $config)
411411
return trim($configAsString);
412412
}
413413

414-
/**
415-
* @param string $section
416-
* @param string $message
417-
*
418-
* @return string
419-
*/
420-
private function formatSection($section, $message)
421-
{
422-
return sprintf('<info>[%s]</info> %s', $section, $message);
423-
}
424-
425414
/**
426415
* @param callable $callable
427416
*

0 commit comments

Comments
 (0)