PHP Class Overtrue\PHPLint\Process\Lint

Inheritance: extends Symfony\Component\Process\Process
Show file Open project: overtrue/phplint

Public Methods

Method Description
getSyntaxError ( ) : boolean | string
hasSyntaxError ( ) : boolean
parseError ( string $message ) : array Parse error message.

Method Details

getSyntaxError() public method

public getSyntaxError ( ) : boolean | string
return boolean | string

hasSyntaxError() public method

public hasSyntaxError ( ) : boolean
return boolean

parseError() public method

Parse error message.
public parseError ( string $message ) : array
$message string
return array