phalcon / cphalcon

High performance, full-stack PHP framework delivered as a C extension.
https://phalcon.io
BSD 3-Clause "New" or "Revised" License
10.76k stars 1.96k forks source link

[BUG]: Volt Html helpers string arguments #16005

Closed niden closed 2 years ago

niden commented 2 years ago

Based on the discussion: https://github.com/phalcon/cphalcon/discussions/15988

Works

$this->tag->style()->add('css/some.css');

Does not work

{{ tag.style() }}
tag.title("\t", "\n\n")
niden commented 2 years ago

Resolved in https://github.com/phalcon/cphalcon/pull/16006