Created
June 13, 2020 15:08
-
-
Save eS-IT/26eaab1f6b8c1183b1ef64ec3ed46e92 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 | |
// use simple strings for short caution message | |
$this->io->caution('Lorem ipsum dolor sit amet'); | |
// consider using arrays when displaying long caution messages | |
$this->io->caution([ | |
'Lorem ipsum dolor sit amet', | |
'Consectetur adipiscing elit', | |
'Aenean sit amet arcu vitae sem faucibus porta', | |
]); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment