Fix PHPStan errors in statusnet addon

This commit is contained in:
Art4 2025-02-26 14:35:00 +00:00
parent cfe27582ee
commit 512ad63dbf
3 changed files with 27 additions and 27 deletions

View file

@ -976,7 +976,7 @@ class CodebirdSN
* @param string $method The method that has been called
* @param string $reply The actual reply, JSON-encoded or URL-encoded
*
* @return array|object The parsed reply
* @return string|array|object The parsed reply
*/
protected function _parseApiReply($method, $reply)
{