@@ -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) { |
@@ -3,8 +3,8 @@ |
||
| 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 { |