aboutsummaryrefslogtreecommitdiffstats
path: root/tests/indent/php_spec.lua
Commit message (Collapse)AuthorAgeFilesLines
* feat!: drop modules, general refactor and cleanupChristian Clason2025-05-121-61/+60
|
* feat(php): php 8.4 support (#6741)Caleb White2024-08-181-0/+5
| | | | | | | | | * chore(php): update maintainers * feat(php): update php rules, highlight imported functions/consts * feat(php): indent inside property hooks * chore: update php and php_only revision
* fix(php): do not indent after class/enum decl再生花2024-07-091-0/+5
|
* feat(php): improve indents in return statements & chained methodsCaleb White2024-03-161-0/+38
|
* fix(php): fix indentation for in between bracesCarlos Afonso2023-10-151-1/+1
|
* docs: fix typosdundargoc2023-02-231-1/+1
|
* fix(php): add indent for enumsgbprod2022-10-101-0/+1
|
* Fix php indent for short array declarationgbprod2022-10-061-0/+1
|
* Don't expect any change on reindenting the whole unfinished-call.phpprzepompownia2022-05-151-3/+1
|
* unfinished-call.php: expect 0-column indentationprzepompownia2022-05-151-1/+1
|
* Remove unused XFAILprzepompownia2022-05-151-1/+0
|
* Change test expectationprzepompownia2022-05-151-1/+1
|
* tests: add failing test for incomplete argumentsStephan Seitz2022-02-131-1/+5
|
* indents(php): don't use aligned_indent for phpStephan Seitz2022-02-131-0/+1
| | | | Fixes #2497
* tests: only compare indents not contents in indent testsStephan Seitz2022-02-051-1/+1
|
* indents(php): add another testStephan Seitz2022-02-051-0/+4
|
* indents(php): align with C indentationStephan Seitz2022-01-241-0/+20
Fixes https://github.com/nvim-treesitter/nvim-treesitter/issues/2357