* Dariusz RumiƄski * * This source file is subject to the MIT license that is bundled * with this source code in the file LICENSE. */ /** * Input for @see \PhpCsFixer\Tests\TextDiffTest. * * @internal */ final class TextDiffTestInput { public function foo($output) { $output->writeln(''.(int)$output.''); $output->writeln(' TEST '); $output->writeln(''.(int)$output.''); } }