Created
June 13, 2020 15:11
-
-
Save eS-IT/951814257ce863e7a58241fdd4569247 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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