fix-phpstan-error-level-1 #1579

Merged
MrPetovan merged 34 commits from MrPetovan/friendica-addons:fix-phpstan-error-level-1 into develop 2024-12-12 22:37:43 +01:00
Showing only changes of commit 1346a92505 - Show all commits

View file

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