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:
Oleg Pudeyev 2013-01-04 18:52:08 -05:00
commit df5cba46d9

View file

@ -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);