PHPSA\IssueLocation::__construct PHP Method

__construct() public method

public __construct ( string $filePath, integer $lineStart )
$filePath string
$lineStart integer
    public function __construct($filePath, $lineStart)
    {
        $this->filePath = $filePath;
        $this->lineStart = $lineStart;
    }