Completed
Branch dev-hide-sensitive-data (cbca34)
by Tyler
02:20
created
src/Factories/MonologHandlerFactory.php 2 patches
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.
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -3,8 +3,8 @@
 block discarded – undo
3 3
 namespace Tylercd100\LERN\Notifications;
4 4
 
5 5
 use Exception;
6
-use Monolog\Logger;
7 6
 use Monolog\Handler\HandlerInterface;
7
+use Monolog\Logger;
8 8
 use Tylercd100\LERN\Notifications\MonologHandlerFactory;
9 9
 
10 10
 class Notifier {
Please login to merge, or discard this patch.
src/Components/Notifier.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -5,8 +5,8 @@
 block discarded – undo
5 5
 use Exception;
6 6
 use Monolog\Handler\HandlerInterface;
7 7
 use Monolog\Logger;
8
-use Tylercd100\LERN\Factories\MonologHandlerFactory;
9 8
 use Tylercd100\LERN\Exceptions\NotifierFailedException;
9
+use Tylercd100\LERN\Factories\MonologHandlerFactory;
10 10
 
11 11
 class Notifier extends Component {
12 12
     protected $config;
Please login to merge, or discard this patch.