Fix Too many shorthand attributes error when using a modifier as a function with more than 3 parameters in an expression (#953)

Fixes #949
This commit is contained in:
Simon Wisselink
2024-03-15 10:26:17 +01:00
committed by GitHub
parent 293bc20db0
commit 17da1f585e
15 changed files with 80 additions and 144 deletions

View File

@@ -88,9 +88,6 @@ Object chaining:
{$object->method1($x)->method2($y)}
Direct PHP function access:
{time()}
```
> **Note**