Skip to content

Array to string conversion #8

Description

@13686717182
/**
 * Write a string as standard output.
 *
 * @param  string  $string
 * @param  string|null  $style
 * @param  int|string|null  $verbosity
 * @return void
 */
public function line($string, $style = null, $verbosity = null)
{
    dump($string);
    $styled = $style ? "<$style>$string</$style>" : $string;

    $this->output->writeln($styled, $this->parseVerbosity($verbosity));
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions