Completed
Branch dev-record-extra-information (673ac4)
by Tyler
03:54
created
src/Components/Recorder.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -26,7 +26,7 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.
src/LERN.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -81,7 +81,7 @@
 block discarded – undo
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);
Please login to merge, or discard this patch.