Function php_parser_rs::parser::error::static_property_cannot_be_readonly
source · pub fn static_property_cannot_be_readonly(
state: &mut State<'_>,
class: Option<&SimpleIdentifier>,
property: &SimpleVariable,
static_span: Span,
readonly_span: Span
) -> ParseError