aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/install/task_interface.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/phpbb/install/task_interface.php')
-rw-r--r--phpBB/phpbb/install/task_interface.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/phpBB/phpbb/install/task_interface.php b/phpBB/phpbb/install/task_interface.php
index 14cde23a56..794cb16482 100644
--- a/phpBB/phpbb/install/task_interface.php
+++ b/phpBB/phpbb/install/task_interface.php
@@ -15,10 +15,6 @@ namespace phpbb\install;
/**
* Interface for installer tasks
- *
- * Note: The task service ID must match up with the namespace and class name.
- * For example: if your task is located at \phpbb\install\module\module_name\task\task_name
- * then the service ID must be installer.module_name.task_name.
*/
interface task_interface
{