mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/11309] phpbb_extension_interface::disable_step correct docblock.
The `@return` documentation of the `phpbb_extension_interface::disable_step` method states incorrect that the method returns null, as it returns false or a state. PHPBB3-11309
This commit is contained in:
parent
228580b674
commit
68baee4ce2
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
|
||||
* 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);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue