phalcon / cphalcon

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

[BUG]: Form::label parameters #16180

Closed niden closed 1 year ago

niden commented 1 year ago

element::label is updated from array attributes = null to array attributes = []

Using this method with the default secondary argument will now cause an

"Fatal error: Uncaught TypeError" to be thrown

niden commented 1 year ago

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