aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/extension/interface.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/includes/extension/interface.php')
-rw-r--r--phpBB/includes/extension/interface.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/phpBB/includes/extension/interface.php b/phpBB/includes/extension/interface.php
index 74ecb9b762..7b36a12bf6 100644
--- a/phpBB/includes/extension/interface.php
+++ b/phpBB/includes/extension/interface.php
@@ -45,7 +45,9 @@ interface phpbb_extension_interface
*
* @param mixed $old_state The return value of the previous call
* of this method, or false on the first call
- * @return null
+ * @return mixed Returns false after last step, otherwise
+ * temporary state which is passed as an
+ * argument to the next step
*/
public function disable_step($old_state);