intelephense

1.14.41.16.1
lib/stub/solr/Documents/SolrDocument.php
lib/stub/solr/Documents/SolrDocument.php
+4
Index: package/lib/stub/solr/Documents/SolrDocument.php
===================================================================
--- package/lib/stub/solr/Documents/SolrDocument.php
+++ package/lib/stub/solr/Documents/SolrDocument.php
@@ -177,8 +177,9 @@
 
     /**
      * (PECL solr &gt;= 0.9.2)<br/>
      * Returns a SolrInputDocument equivalent of the object
+     *
      * @link https://php.net/manual/en/solrdocument.getinputdocument.php
      * @return SolrInputDocument <p>
      * Returns a SolrInputDocument on success and <b>NULL</b> on failure.
      * </p>
@@ -237,8 +238,9 @@
     /**
      * (PECL solr &gt;= 0.9.2)<br/>
      * Moves the internal pointer to the next field
      * @link https://php.net/manual/en/solrdocument.next.php
+     * @return void
      */
     public function next() {}
 
     /**
@@ -304,8 +306,9 @@
     /**
      * (PECL solr &gt;= 0.9.2)<br/>
      * Resets the internal pointer to the beginning
      * @link https://php.net/manual/en/solrdocument.rewind.php
+     * @return void
      */
     public function rewind() {}
 
     /**
@@ -376,8 +379,9 @@
      * @link https://php.net/manual/en/solrdocument.unserialize.php
      * @param string $serialized <p>
      * An XML representation of the document.
      * </p>
+     * @return void
      */
     public function unserialize($serialized) {}
 
     /**