* Dariusz Rumiński * * This source file is subject to the MIT license that is bundled * with this source code in the file LICENSE. */ namespace PhpCsFixer\Tests\Fixer\Phpdoc; use PhpCsFixer\Tests\Test\AbstractFixerTestCase; /** * @internal * * @covers \PhpCsFixer\Fixer\Phpdoc\PhpdocInlineTagFixer */ final class PhpdocInlineTagFixerTest extends AbstractFixerTestCase { /** * @param string $expected * @param null|string $input * * @dataProvider provideTestFixInlineDocCases */ public function testFixInlineDoc($expected, $input = null) { $this->doTest($expected, $input); } public function provideTestFixInlineDocCases() { $cases = [ [ 'doTest($expected, $input); } public function provideTestFixInheritDocCases() { return [ [ '