Skip to content

Commit

Permalink
Add missing doc types of reindex function
Browse files Browse the repository at this point in the history
  • Loading branch information
ruflin committed May 11, 2015
1 parent b25c686 commit 01faafe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Elastica/Util.php
Original file line number Diff line number Diff line change
Expand Up @@ -192,8 +192,8 @@ public static function convertRequestToCurlCommand(Request $request)
*
* @param \Elastica\Index $newIndex
* @param \Elastica\Index $oldIndex
* @param type $expiryTime
* @param type $sizePerShard
* @param string $expiryTime
* @param int $sizePerShard
* @return bool
*/
public static function reindex(Index $newIndex, Index $oldIndex, $expiryTime = '1m', $sizePerShard = 1000)
Expand Down

0 comments on commit 01faafe

Please sign in to comment.