1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-20 11:16:36 +02:00

mark clean() return value as nullable

This commit is contained in:
Andrew Dolgov 2021-11-23 17:01:08 +03:00
parent a6cad5cbca
commit a109e89983

View File

@ -267,7 +267,7 @@
*
* @param mixed $param
*
* @return mixed
* @return mixed|null
*/
function clean($param) {
if (is_array($param)) {