@@ -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 | { |