@@ -49,7 +49,7 @@ |
||
49 | 49 | /** |
50 | 50 | * Get the services provided by the provider. |
51 | 51 | * |
52 | - * @return array |
|
52 | + * @return string[] |
|
53 | 53 | */ |
54 | 54 | public function provides() |
55 | 55 | { |
@@ -181,7 +181,7 @@ |
||
181 | 181 | /** |
182 | 182 | * @param null $config |
183 | 183 | * |
184 | - * @return mixed|null |
|
184 | + * @return HTMLPurifier_Config |
|
185 | 185 | */ |
186 | 186 | protected function getConfig($config = null) |
187 | 187 | { |