intelephense
1.14.41.16.1
lib/stub/solr/Documents/SolrInputDocument.phplib/stub/solr/Documents/SolrInputDocument.php+5
Index: package/lib/stub/solr/Documents/SolrInputDocument.php
===================================================================
--- package/lib/stub/solr/Documents/SolrInputDocument.php
+++ package/lib/stub/solr/Documents/SolrInputDocument.php
@@ -38,8 +38,9 @@
* @link https://php.net/manual/en/solrinputdocument.addchilddocument.php
* @param SolrInputDocument $child <p>
* A SolrInputDocument object.
* </p>
+ * @return void
* @throws SolrIllegalArgumentException
* @throws SolrException
*/
public function addChildDocument(SolrInputDocument $child) {}
@@ -50,8 +51,9 @@
* @link https://php.net/manual/en/solrinputdocument.addchilddocuments.php
* @param array &$docs <p>
* An array of SolrInputDocument objects.
* </p>
+ * @return void
* @throws SolrIllegalArgumentException
* @throws SolrException
*/
public function addChildDocuments(array &$docs) {}
@@ -262,8 +264,11 @@
* </p>
* @param float $fieldBoostValue <p>
* The index time boost value.
* </p>
+ * @return bool <p>
+ * Returns <b>TRUE</b> on success or <b>FALSE</b> on failure.
+ * </p>
*/
public function setFieldBoost($fieldName, $fieldBoostValue) {}
/**