SensioLabs\DeprecationDetector\Finder\Result::__construct PHP Method

__construct() public method

public __construct ( array $files, array $errors, integer $fileCount )
$files array
$errors array
$fileCount integer
    public function __construct(array $files, array $errors, $fileCount)
    {
        $this->files = $files;
        $this->errors = $errors;
        $this->fileCount = $fileCount;
    }