-
Notifications
You must be signed in to change notification settings - Fork 113
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: php fixes from writing rules (#1294)
* fix: make associative array elements unanchored * fix: improve variable shape error message * fix: handle both kinds of strings in patterns * fix: lookup variables in array element initializers * fix: adjust input offsets when fixing up input * fix: use container types to discriminate variables * chore: clean up * ci: appease linter * fix: add argument to pattern container types * fix: string handling * fix: lookup variables in require/include * fix: lookup variables in dynamic variables * fix: lookup variables in function names --------- Co-authored-by: Cédric Fabianski <[email protected]>
- Loading branch information
1 parent
4cf81d2
commit 6f6e6b9
Showing
15 changed files
with
582 additions
and
97 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.