Skip to content

Commit ecafb0c

Browse files
committed
Add class PHPDoc comment
1 parent 118c5b3 commit ecafb0c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Source/SourceIntegration.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
# Copyright (c) 2012 John Reese
44
# Licensed under the MIT license
55

6+
/**
7+
* Class SourceIntegrationPlugin
8+
*
9+
* Child plugin handling the framework's integration with the MantisBT UI
10+
*/
611
final class SourceIntegrationPlugin extends MantisSourceBase {
712
function register() {
813
$this->name = plugin_lang_get( 'title', 'Source' );

0 commit comments

Comments
 (0)