@@ -67,7 +67,7 @@ discard block |
||
67 | 67 | * |
68 | 68 | * @param string $message The message you want to send to the error api server. |
69 | 69 | * @param string $file The you are currently send the message (use __FILE__) |
70 | - * @param string $line The line you want to submit (use __LINE__) |
|
70 | + * @param integer $line The line you want to submit (use __LINE__) |
|
71 | 71 | * @return bool|null |
72 | 72 | */ |
73 | 73 | public function transferMessage($message, $file = __FILE__, $line = __LINE__) |
@@ -105,6 +105,7 @@ discard block |
||
105 | 105 | |
106 | 106 | /** |
107 | 107 | * @inheritdoc |
108 | + * @param \Exception $exception |
|
108 | 109 | */ |
109 | 110 | public function renderException($exception) |
110 | 111 | { |