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/Factories/MonologHandlerFactory.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -107,7 +107,7 @@
 block discarded – undo
107 107
 
108 108
     /**
109 109
      * Validates that the subject is an unempty string
110
-     * @param  mixed $subject The value to check
110
+     * @param  string $subject The value to check
111 111
      * @return void
112 112
      */
113 113
     private function checkSubject($subject) {
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.