Closed
Description
This issue is automatically created based on existing pull request: #31165: Invalid combination of tabs and spaces in phpstan.neon
Description (*)
The phpstan.neon file contains both spaces and tabs for different lines. But one line contains both characters. In our case, this line is a comment, and it is ignored during parsing, but this is denied by nette/neon parser. In addition, for code consistency, it must be brought to a common style.
Related Pull Requests
4e045c7#diff-b47a177d03a63c60ce971880ec7d61c2ba5bb7126f3ec0357f97059e4db4f859
19b636e#diff-b47a177d03a63c60ce971880ec7d61c2ba5bb7126f3ec0357f97059e4db4f859
Manual testing scenarios (*)
- Open phpstan.neon file in PhpStorm with NEON support plugin
- It is highlighted with errors
Questions or comments
Contribution checklist (*)
- Pull request has a meaningful description of its purpose
- All commits are accompanied by meaningful commit messages
- All new or changed code is covered with unit/integration tests (if applicable)
- All automated tests passed successfully (all builds are green)
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Pull Request In Progress