upgraded dependencies
This commit is contained in:
@@ -21,5 +21,5 @@ interface WrappableOutputFormatterInterface extends OutputFormatterInterface
|
||||
/**
|
||||
* Formats a message according to the given styles, wrapping at `$width` (0 means no wrapping).
|
||||
*/
|
||||
public function formatAndWrap(string $message, int $width);
|
||||
public function formatAndWrap(?string $message, int $width);
|
||||
}
|
||||
|
Reference in New Issue
Block a user