We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f285dd commit ae78ee7Copy full SHA for ae78ee7
Console/Descriptor/TextDescriptor.php
@@ -428,17 +428,6 @@ private function formatRouterConfig(array $config)
428
return trim($configAsString);
429
}
430
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
-
442
/**
443
* @param callable $callable
444
*
0 commit comments