Skip to content

Instantly share code, notes, and snippets.

@eS-IT
Created June 13, 2020 15:11
Show Gist options
  • Save eS-IT/951814257ce863e7a58241fdd4569247 to your computer and use it in GitHub Desktop.
Save eS-IT/951814257ce863e7a58241fdd4569247 to your computer and use it in GitHub Desktop.
<?php
$this->io->warning('Lorem ipsum dolor sit amet');
// or with array:
$this->io->warning([
'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