aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/install/task_interface.php
diff options
context:
space:
mode:
authorMate Bartus <mate.bartus@gmail.com>2015-07-09 19:08:28 +0200
committerMate Bartus <mate.bartus@gmail.com>2015-07-09 19:08:28 +0200
commite967f3c1a81eab0f14daf314b7fb1b2001e4d220 (patch)
tree5cc1fb9d39392e53ce1f50a33ee33aee8115bfae /phpBB/phpbb/install/task_interface.php
parentb284e31a9e55e5fc617a229439282cc6d746432a (diff)
downloadforums-e967f3c1a81eab0f14daf314b7fb1b2001e4d220.tar
forums-e967f3c1a81eab0f14daf314b7fb1b2001e4d220.tar.gz
forums-e967f3c1a81eab0f14daf314b7fb1b2001e4d220.tar.bz2
forums-e967f3c1a81eab0f14daf314b7fb1b2001e4d220.tar.xz
forums-e967f3c1a81eab0f14daf314b7fb1b2001e4d220.zip
[ticket/13740] Fix itteration problems, implement class name aware collections
PHPBB3-13740
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
{