Sha256: 4faedd6c5ea71f172fcff8a1a5578db16e008d21cdde9674f18cba48a720ff49
Contents?: true
Size: 404 Bytes
Versions: 42
Compression:
Stored size: 404 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 between two titles return function (InputInterface $input, OutputInterface $output) { $output = new SymfonyStyle($input, $output); $output->title('First title'); $output->title('Second title'); };
Version data entries
42 entries across 42 versions & 1 rubygems