Skip to content

Instantly share code, notes, and snippets.

@eS-IT
Last active June 13, 2020 15:13
Show Gist options
  • Save eS-IT/332d8f3352726097d1d6675a094e33de to your computer and use it in GitHub Desktop.
Save eS-IT/332d8f3352726097d1d6675a094e33de to your computer and use it in GitHub Desktop.
<?php
$this->io->error('Lorem ipsum dolor sit amet');
// or with array:
$this->io->error([
'Lorem ipsum dolor sit amet',
'Consectetur adipiscing elit',
]);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment