Bugfix: whitespaces surrounding static array keys trimmed in $f3->compile()
e.g: @foo[ bar ] should compile to $foo['bar'] (and not $foo[' bar '])
Loading
Please sign in to comment
e.g: @foo[ bar ] should compile to $foo['bar'] (and not $foo[' bar '])