*
int $scopeStartIndex: * @param int|null $scopeEndIndex
public function __construct($scopeStartIndex, $scopeEndIndex = null) { $this->scopeStartIndex = $scopeStartIndex; $this->scopeEndIndex = $scopeEndIndex; }