Completed
Pull Request — master (#1746)
by Timo
13:48
created
Classes/SolrService.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -344,7 +344,7 @@
 block discarded – undo
344 344
      * a complete and well formed "delete" xml document
345 345
      *
346 346
      * @param string $rawPost Expected to be utf-8 encoded xml document
347
-     * @param float|int $timeout Maximum expected duration of the delete operation on the server (otherwise, will throw a communication exception)
347
+     * @param integer $timeout Maximum expected duration of the delete operation on the server (otherwise, will throw a communication exception)
348 348
      * @deprecated Since 8.0.0 will be removed in 9.0.0. Use getWriteService()->delete() instead
349 349
      *
350 350
      * @return \Apache_Solr_Response
Please login to merge, or discard this patch.