Fix more PHPDoc (#12665)

* Fix PHPDoc

* Fix PHPDoc
This commit is contained in:
Jellyfrog
2021-03-28 19:18:47 +02:00
committed by GitHub
parent 9946fe8b15
commit efb157f5fb
35 changed files with 47 additions and 54 deletions

View File

@@ -68,7 +68,7 @@ class Clean
* Clean a string for display in an html page.
* For use in non-blade pages
*
* @param $value
* @param string $value
* @param array $purifier_config (key, value pair)
* @return string
*/