Infrastructure
- You can now validate directories (recursively)
- Adding a warning for files that can not be parsed
- Adding support for partial classes like
public function hello() {}
Which does not compile in standard php because methods are only allowed inside of classes.
Parser
- Adding a parser that can ignore certain file types
Validators
- Adding json validator
Note: If you update the symfony yaml parser you to get correct error locations in yaml blocks