mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 05:50:42 +02:00
[ticket/13740] Fix itteration problems, implement class name aware collections
PHPBB3-13740
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
Reference in New Issue
Block a user