Skip to content

Instantly share code, notes, and snippets.

@eS-IT
Created June 13, 2020 15:07
Show Gist options
  • Save eS-IT/c5c2f2c243a4c1f2c9e7e32962e9df4a to your computer and use it in GitHub Desktop.
Save eS-IT/c5c2f2c243a4c1f2c9e7e32962e9df4a to your computer and use it in GitHub Desktop.
<?php
// use simple strings for short notes
$this->io->note('Lorem ipsum dolor sit amet');
// consider using arrays when displaying long notes
$this->io->note([
'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