Created
June 13, 2020 15:06
-
-
Save eS-IT/ebf3f3f4de0e0d8900e2fe44dfe3349d to your computer and use it in GitHub Desktop.
This file contains hidden or 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 | |
// outputs a single blank line | |
$this->io->text('Line 01-01'); | |
$this->io->newLine(); | |
$this->io->text('Line 01-02'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment