@@ -32,7 +32,6 @@ |
||
32 | 32 | /** |
33 | 33 | * Config constructor. |
34 | 34 | * |
35 | - * @param \Illuminate\Config\Repository $config |
|
36 | 35 | */ |
37 | 36 | public function __construct() |
38 | 37 | { |
@@ -156,7 +156,7 @@ |
||
156 | 156 | /** |
157 | 157 | * Function to handle unexpected errors. |
158 | 158 | * |
159 | - * @param [RequestException] $error |
|
159 | + * @param RequestException $error |
|
160 | 160 | * @return void |
161 | 161 | */ |
162 | 162 | protected function statusCodeHandling($error) |