We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48e7bdd commit 5eebc1aCopy full SHA for 5eebc1a
src/Purifier.php
@@ -196,7 +196,7 @@ private function checkCacheDirectory()
196
}
197
198
/**
199
- * @param null $config
+ * @param array<string, mixed>|string|null $config
200
*
201
* @return mixed|null
202
*/
@@ -256,7 +256,7 @@ protected function getConfig($config = null)
256
257
258
* @param $dirty
259
260
* @param \Closure|null $postCreateConfigHook
261
* @return mixed
262
0 commit comments