LinterInterface
in
Interface for PHP code linting process manager.
Tags
Table of Contents
- isAsync() : bool
- lintFile() : LintingResultInterface
- Lint PHP file.
- lintSource() : LintingResultInterface
- Lint PHP code.
Methods
isAsync()
public
isAsync() : bool
Return values
bool —lintFile()
Lint PHP file.
public
lintFile(string $path) : LintingResultInterface
Parameters
- $path : string
Return values
LintingResultInterface —lintSource()
Lint PHP code.
public
lintSource(string $source) : LintingResultInterface
Parameters
- $source : string