Code Cleanup
Standards clean up
This commit is contained in:
parent
f21feb975d
commit
e90b0748aa
5 changed files with 113 additions and 42 deletions
|
@ -1,12 +1,10 @@
|
|||
<?php
|
||||
|
||||
/**
|
||||
* module: invite.php
|
||||
* Module: invite.php
|
||||
*
|
||||
* send email invitations to join social network
|
||||
* Send email invitations to join social network
|
||||
*
|
||||
*/
|
||||
|
||||
use Friendica\App;
|
||||
use Friendica\Core\Config;
|
||||
use Friendica\Core\PConfig;
|
||||
|
|
|
@ -1,4 +1,7 @@
|
|||
<?php
|
||||
/**
|
||||
* @file mod/item.php
|
||||
*/
|
||||
|
||||
/*
|
||||
* This is the POST destination for most all locally posted
|
||||
|
@ -14,7 +17,6 @@
|
|||
* Posts that originate externally or do not fall into the above
|
||||
* posting categories go through item_store() instead of this function.
|
||||
*/
|
||||
|
||||
use Friendica\App;
|
||||
use Friendica\Core\Config;
|
||||
use Friendica\Core\System;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue