@@ -107,7 +107,7 @@ |
||
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) { |
@@ -5,8 +5,8 @@ |
||
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; |
@@ -47,7 +47,7 @@ |
||
47 | 47 | /** |
48 | 48 | * Will execute record and notify methods |
49 | 49 | * @param Exception $e The exception to use |
50 | - * @return ExceptionModel the recorded Eloquent Model |
|
50 | + * @return Models\ExceptionModel the recorded Eloquent Model |
|
51 | 51 | */ |
52 | 52 | public function handle(Exception $e) |
53 | 53 | { |