Fix phpstan error level 0 part2 #1577

Merged
MrPetovan merged 14 commits from fix-phpstan-error-level-0-part2 into develop 2024-12-01 03:20:20 +01:00
Showing only changes of commit 1346a92505 - Show all commits

Fix errors in libravatar addon

Art4 2024-11-27 11:43:21 +00:00

View file

@ -217,7 +217,7 @@ class Services_Libravatar
*
* @param array $options Array of options for getUrl()
*
* @return void
* @return array
* @throws Exception When an invalid option is used
*/
protected function checkOptionsArray($options)
@ -462,6 +462,8 @@ class Services_Libravatar
return $v['target'];
}
}
return '';
}
/**