Skip to content

Commit

Permalink
Update README: "Invalid object property or method" inspection works!
Browse files Browse the repository at this point in the history
  • Loading branch information
drjayvee committed Oct 25, 2024
1 parent 8e53e89 commit ff51570
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,9 @@ they are rendered. This is the aim of a similar project: [TwigStan](https://gith
* ✅ Runtime: non-optional variable is not defined
* ✅ Runtime: non-nullable variable is null
* ✅ Runtime: variable does not match type
* ⌛ Invalid object property or method (e.g., `{{ user.nmae }}`)
* ✅ Invalid object property or method (e.g., `{{ user.nmae }}`)

⚠️ This inspection _can_ trigger false positives, depending on your template logic.
* ⌛ Undocumented context variable (i.e., missing in `{% types %}`)
* ⌛ Use of short-hand form (e.g., `{{ user.admin }}` instead of `isAdmin`)

Expand Down

0 comments on commit ff51570

Please sign in to comment.