<?php
/**
 * Helper autocomplete for php solr extension.
 *
 * @author Pierre-Julien Mazenot <pj.mazenot@gmail.com>
 * @link   https://github.com/pjmazenot/phpsolr-phpdoc
 */

/**
 * (PECL solr &gt;= 0.9.2)<br/>
 * Class SolrUpdateResponse<br/>
 * This class represents a response to an update request.
 * @link https://php.net/manual/en/class.solrupdateresponse.php
 */
final class SolrUpdateResponse extends SolrResponse
{
    /**
     * (PECL solr &gt;= 0.9.2)<br/>
     * SolrUpdateResponse constructor.
     * @link https://php.net/manual/en/solrupdateresponse.construct.php
     */
    public function __construct() {}

    /**
     * (PECL solr &gt;= 0.9.2)<br/>
     * Destructor
     * @link https://php.net/manual/en/solrupdateresponse.destruct.php
     */
    public function __destruct() {}
}
