Last active
June 13, 2020 15:06
-
-
Save eS-IT/fc32b7681593b89a1df6183d9e83dbdc 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 | |
| $this->io->definitionList( | |
| 'This is a title', | |
| ['foo1' => 'bar1'], | |
| ['foo2' => 'bar2'], | |
| ['foo3' => 'bar3'], | |
| new \Symfony\Component\Console\Helper\TableSeparator(), | |
| 'This is another title', | |
| ['foo4' => 'bar4'] | |
| ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment