The expression return $this->getData('version') ?? '' also could return the type array which is incompatible with the documented return type null|string.
Loading history...
27
}
28
29
/**
30
* Transform current content instance to string representation.