mirror of
https://github.com/friendica/friendica
synced 2024-11-10 06:22:53 +00:00
Coding standards
This commit is contained in:
parent
07c2f36946
commit
38b641ca6b
2 changed files with 2 additions and 2 deletions
|
@ -83,7 +83,7 @@ class Status extends BaseFactory
|
|||
return $this->createFromArray($item);
|
||||
}
|
||||
|
||||
/**
|
||||
/**
|
||||
* @param int $uriId Uri-ID of the item
|
||||
* @param int $uid Item user
|
||||
*
|
||||
|
|
|
@ -26,7 +26,7 @@ use Friendica\BaseDataTransferObject;
|
|||
/**
|
||||
* Class Attachment
|
||||
*
|
||||
*
|
||||
*
|
||||
*/
|
||||
class Attachment extends BaseDataTransferObject
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue