@@ -101,7 +101,7 @@ |
||
| 101 | 101 | } |
| 102 | 102 | |
| 103 | 103 | /** |
| 104 | - * @return mixed|string |
|
| 104 | + * @return string |
|
| 105 | 105 | */ |
| 106 | 106 | public function getPath() |
| 107 | 107 | { |
@@ -19,7 +19,7 @@ |
||
| 19 | 19 | protected $serverName; |
| 20 | 20 | |
| 21 | 21 | /** |
| 22 | - * @param \Illuminate\Contracts\Logging\Log $log |
|
| 22 | + * @param LogContract $log |
|
| 23 | 23 | */ |
| 24 | 24 | public function __construct(LogContract $log) |
| 25 | 25 | { |
@@ -11,7 +11,7 @@ |
||
| 11 | 11 | protected $log; |
| 12 | 12 | |
| 13 | 13 | /** |
| 14 | - * @param \Illuminate\Contracts\Logging\Log $log |
|
| 14 | + * @param LogContract $log |
|
| 15 | 15 | */ |
| 16 | 16 | public function __construct(LogContract $log) |
| 17 | 17 | { |