Sha256: 1b11739bd6476f7e5c03f6693d2dac5eb641b47aca8c532a28b39a139428175b
Contents?: true
Size: 400 Bytes
Versions: 42
Compression:
Stored size: 400 Bytes
Contents
<?php use Symfony\Component\Console\Input\InputInterface; use Symfony\Component\Console\Output\OutputInterface; use Symfony\Component\Console\Style\SymfonyStyle; //Ensure has single blank line at start when using block element return function (InputInterface $input, OutputInterface $output) { $output = new SymfonyStyle($input, $output); $output->caution('Lorem ipsum dolor sit amet'); };
Version data entries
42 entries across 42 versions & 1 rubygems