Merge pull request #8135 from annando/brief

@brief is removed completely
This commit is contained in:
Philipp 2020-01-19 12:31:02 +01:00 committed by GitHub
commit af88c2daa3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
170 changed files with 985 additions and 1024 deletions

View file

@ -11,7 +11,7 @@ use Friendica\DI;
use Friendica\Protocol\Email;
/**
* @brief class to handle emailing
* class to handle emailing
*/
class Emailer
{