#17566·cphalcon

[BUG]: Volt::compileString return type

Author: nidenCreated Sep 4, 2026Updated Sep 4, 2026
Labelsbugstatus: medium7.0

Compiler::compileString() can return an array (shared)

Declared string in both, but forwards compileSource(), which returns an array when $extendsMode is true. The declared type is unsatisfiable for that argument.