Code beautification

Este commit está contenido en:
Hypolite Petovan 2019-10-05 08:34:07 -04:00
padre 908197cc70
commit b62e20c7bf
Se han modificado 2 ficheros con 6 adiciones y 8 borrados

Ver fichero

@ -247,8 +247,6 @@ class Search extends BaseObject
return $resultList;
}
/**
* Searching for global contacts for autocompletion
*

Ver fichero

@ -23,13 +23,13 @@ use Friendica\Util\Strings;
*/
class Acl extends BaseModule
{
const TYPE_GLOBAL_CONTACT = 'x';
const TYPE_MENTION_CONTACT = 'c';
const TYPE_MENTION_GROUP = 'g';
const TYPE_GLOBAL_CONTACT = 'x';
const TYPE_MENTION_CONTACT = 'c';
const TYPE_MENTION_GROUP = 'g';
const TYPE_MENTION_CONTACT_GROUP = '';
const TYPE_MENTION_FORUM = 'f';
const TYPE_PRIVATE_MESSAGE = 'm';
const TYPE_ANY_CONTACT = 'a';
const TYPE_MENTION_FORUM = 'f';
const TYPE_PRIVATE_MESSAGE = 'm';
const TYPE_ANY_CONTACT = 'a';
public static function rawContent()
{