|  | @@ -662,7 +662,7 @@ | 
                                                    
                                                        |  |  |  block discarded – undo | 
                                                                                                                                                                                                                    
                                                            | 662 | 662 |       * a complete and well formed "delete" xml document | 
                                                                                                            
                                                            | 663 | 663 |       * | 
                                                                                                            
                                                            | 664 | 664 |       * @param string $rawPost Expected to be utf-8 encoded xml document | 
                                                                                                            
                                                            | 665 |  | -     * @param float|int $timeout Maximum expected duration of the delete operation on the server (otherwise, will throw a communication exception) | 
                                                                                                            
                                                            |  | 665 | +     * @param integer $timeout Maximum expected duration of the delete operation on the server (otherwise, will throw a communication exception) | 
                                                                                                            
                                                            | 666 | 666 |       * @return \Apache_Solr_Response | 
                                                                                                            
                                                            | 667 | 667 |       */ | 
                                                                                                            
                                                            | 668 | 668 |      public function delete($rawPost, $timeout = 3600) | 
                                                                                                                                                
                                         
                                        
                                            
                                                                                                    Please login to merge, or discard this patch.