]> git.mxchange.org Git - friendica.git/blobdiff - mod/receive.php
BBCode - fixed syntax error
[friendica.git] / mod / receive.php
index 690abea15928d3c50c2e5087a432752ec501d187..b0258acbd71803b0ac4286cafd31eb5c465d065b 100644 (file)
@@ -12,8 +12,10 @@ use Friendica\Database\DBA;
 use Friendica\Protocol\Diaspora;
 
 /**
- * @param object $a App
+ * @param App $a App
  * @return void
+ * @throws ImagickException
+ * @throws \Friendica\Network\HTTPException\InternalServerErrorException
  */
 function receive_post(App $a)
 {