mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-11 09:05:56 +00:00
mark clean() return value as nullable
This commit is contained in:
@@ -267,7 +267,7 @@
|
||||
*
|
||||
* @param mixed $param
|
||||
*
|
||||
* @return mixed
|
||||
* @return mixed|null
|
||||
*/
|
||||
function clean($param) {
|
||||
if (is_array($param)) {
|
||||
|
||||
Reference in New Issue
Block a user