mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
Merge PR #1177 branch 'erikfrerejean/ticket/11309' into develop
# By Erik Frèrejean # Via Erik Frèrejean * erikfrerejean/ticket/11309: [ticket/11309] phpbb_extension_interface::disable_step correct docblock.
This commit is contained in:
commit
df5cba46d9
1 changed files with 3 additions and 1 deletions
|
@ -45,7 +45,9 @@ interface phpbb_extension_interface
|
||||||
*
|
*
|
||||||
* @param mixed $old_state The return value of the previous call
|
* @param mixed $old_state The return value of the previous call
|
||||||
* of this method, or false on the first 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);
|
public function disable_step($old_state);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue