1
0
Fork 0

Code Cleanup

Standards clean up
This commit is contained in:
Adam Magness 2017-12-01 18:13:39 -05:00
commit e90b0748aa
5 changed files with 113 additions and 42 deletions

View file

@ -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;

View file

@ -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;