PHP Class Flitch\Report\Cli

Inheritance: implements Flitch\Report\ReportInterface
Show file Open project: dasprid/flitch

Protected Properties

Property Type Description
$firstFile boolean Whether the first line was already processed.

Public Methods

Method Description
addFile ( File $file ) : void addFile(): defined by Report interface.

Method Details

addFile() public method

addFile(): defined by Report interface.
See also: Report::addFile()
public addFile ( File $file ) : void
$file Flitch\File\File
return void

Property Details

$firstFile protected property

Whether the first line was already processed.
protected bool $firstFile
return boolean