Linter
final class Linter
Validates Latte template syntax.
Properties
| string[] | $excludedDirs |
Methods
__construct(Engine|null $engine = null, bool $debug = false, bool $strict = false)
No description
bool
scanDirectory(string $path)
No description
bool
scanFiles(iterable $files)
No description
bool
lintLatte(string $file)
No description
Details
at line 25
__construct(Engine|null $engine = null, bool $debug = false, bool $strict = false)
No description
at line 33
bool
scanDirectory(string $path)
No description
at line 43
bool
scanFiles(iterable $files)
No description
at line 91
Engine
getEngine()
No description
at line 98
bool
lintLatte(string $file)
No description