PhpCsFixer\Report\TextReporter::getFormat PHP Method

getFormat() public method

public getFormat ( )
    public function getFormat()
    {
        return 'txt';
    }

Usage Example

Esempio n. 1
0
 /**
  * @covers PhpCsFixer\Report\TextReporter::getFormat
  */
 public function testGetFormat()
 {
     $this->assertSame('txt', $this->reporter->getFormat());
 }