Skip to content

Instantly share code, notes, and snippets.

@eS-IT
Created June 13, 2020 15:06
Show Gist options
  • Save eS-IT/ebf3f3f4de0e0d8900e2fe44dfe3349d to your computer and use it in GitHub Desktop.
Save eS-IT/ebf3f3f4de0e0d8900e2fe44dfe3349d to your computer and use it in GitHub Desktop.
<?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