@@ -57,6 +57,7 @@ discard block  | 
                                                    ||
| 57 | 57 | |
| 58 | 58 | /**  | 
                                                        
| 59 | 59 | * Constructor  | 
                                                        
| 60 | + * @param integer $threshold  | 
                                                        |
| 60 | 61 | */  | 
                                                        
| 61 | 62 | public function __construct($threshold = Logger::ERROR)  | 
                                                        
| 62 | 63 |      { | 
                                                        
@@ -71,7 +72,7 @@ discard block  | 
                                                    ||
| 71 | 72 | * @param string $message The log message  | 
                                                        
| 72 | 73 | * @param array $context The log context  | 
                                                        
| 73 | 74 | *  | 
                                                        
| 74 | - * @return Boolean Whether the record has been processed  | 
                                                        |
| 75 | + * @return boolean|null Whether the record has been processed  | 
                                                        |
| 75 | 76 | * @throws \Exception Exception that occured  | 
                                                        
| 76 | 77 | * @throws \RuntimeException Log message as exception  | 
                                                        
| 77 | 78 | */  |