Skip to content

Commit

Permalink
Update phpdoc for uses antispam_api
Browse files Browse the repository at this point in the history
  • Loading branch information
vboctor committed Apr 18, 2015
1 parent 56859c9 commit 6a90613
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions core/bug_api.php
Expand Up @@ -24,6 +24,7 @@
* @link http://www.mantisbt.org
*
* @uses access_api.php
* @uses antispam_api.php
* @uses authentication_api.php
* @uses bugnote_api.php
* @uses bug_revision_api.php
Expand Down
1 change: 1 addition & 0 deletions core/bugnote_api.php
Expand Up @@ -24,6 +24,7 @@
* @link http://www.mantisbt.org
*
* @uses access_api.php
* @uses antispam_api.php
* @uses authentication_api.php
* @uses bug_api.php
* @uses bug_revision_api.php
Expand Down
2 changes: 2 additions & 0 deletions core/tag_api.php
Expand Up @@ -25,6 +25,7 @@
* @link http://www.mantisbt.org
*
* @uses access_api.php
* @uses antispam_api.php
* @uses authentication_api.php
* @uses bug_api.php
* @uses config_api.php
Expand All @@ -40,6 +41,7 @@
*/

require_api( 'access_api.php' );
require_api( 'antispam_api.php' );
require_api( 'authentication_api.php' );
require_api( 'bug_api.php' );
require_api( 'config_api.php' );
Expand Down

0 comments on commit 6a90613

Please sign in to comment.