@@ -38,7 +38,7 @@ |
||
38 | 38 | /** |
39 | 39 | * Execute the console command. |
40 | 40 | * |
41 | - * @return mixed |
|
41 | + * @return integer |
|
42 | 42 | */ |
43 | 43 | public function handle() |
44 | 44 | { |
@@ -177,7 +177,7 @@ |
||
177 | 177 | |
178 | 178 | /** |
179 | 179 | * @param string|null $key |
180 | - * @param mixed $default |
|
180 | + * @param string|null $default |
|
181 | 181 | * @return mixed |
182 | 182 | */ |
183 | 183 | protected function getGraphMetadata($key, $default) |