@@ -26,7 +26,7 @@ |
||
| 26 | 26 | /** |
| 27 | 27 | * Records an Exception to the database |
| 28 | 28 | * @param Exception $e The exception you want to record |
| 29 | - * @return Tylercd100\LERN\Models\ExceptionModel |
|
| 29 | + * @return ExceptionModel |
|
| 30 | 30 | */ |
| 31 | 31 | public function record(Exception $e) |
| 32 | 32 | { |
@@ -81,7 +81,7 @@ |
||
| 81 | 81 | /** |
| 82 | 82 | * Pushes on another Monolog Handler |
| 83 | 83 | * @param HandlerInterface $handler The handler instance to add on |
| 84 | - * @return Notifier Returns this |
|
| 84 | + * @return LERN Returns this |
|
| 85 | 85 | */ |
| 86 | 86 | public function pushHandler(HandlerInterface $handler) { |
| 87 | 87 | $this->notifier->pushHandler($handler); |