Skip to content

Commit 8785a84

Browse files
committed
Update PHPDoc for MANTIS_VERSION constant
1 parent 56beafd commit 8785a84

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Source/MantisSourceBase.class.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ abstract class MantisSourceBase extends MantisPlugin
2323

2424
/**
2525
* Minimum required MantisBT version.
26-
* Used to define the MantisCore dependency for all child plugins
26+
* Used to define the default MantisCore dependency for all child plugins;
27+
* VCS plugins may override this based on their individual requirements.
2728
*/
2829
const MANTIS_VERSION = '2.0.1';
2930
}

0 commit comments

Comments
 (0)