block(string|array $messages, string|null $type = null, string|null $style = null, string $prefix = ' ', bool $padding = false)
Formats a message as a block of text.
Parameters string|array $messages The message to write in the block string|null $type The block type (added in [] on first line) string|null $style The style to apply to the whole block string $prefix The prefix for the block bool $padding Whether to add vertical padding