mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-11 03:04:09 +02:00
Merge pull request #2477 from n-aleha/ticket/12557ascraeus
[ticket/12557] Fix doc block errors found by Sami for ascraeus * n-aleha/ticket/12557ascraeus: [ticket/12557] Fix load active module description [ticket/12557] Fix php file description [ticket/12557] Fix post data description for notifications [ticket/12557] Fix pass by reference doc blocks [ticket/12557] Fix doc block in extension base class [ticket/12557] Fix doc block in mimetype guesser [ticket/12557] Fix var $preserve_cr description [ticket/12557] Fix doc block errors found by Sami [ticket/12557] Fix doc block errors found by Sami [ticket/12557] Fix doc block errors found by Sami [ticket/12557] Template fixes [ticket/12557] Search, cron and profilefields fixes [ticket/12557] Notification fixes [ticket/12557] Fix doc block errors found by Sami pt1 [ticket/12557] Fix doc block errors found by Sami [ticket/12557] Fix doc block errors found by Sami
This commit is contained in:
@@ -189,8 +189,8 @@ interface type_interface
|
||||
/**
|
||||
* Allows manipulating the intended variables if needed
|
||||
*
|
||||
* @param string $key Name of the option
|
||||
* @param int $step Step on which the option is hidden
|
||||
* @param string $key Name of the option
|
||||
* @param string $action Currently performed action (create|edit)
|
||||
* @param array $field_data Array with data for this field
|
||||
* @return mixed Final value of the option
|
||||
|
Reference in New Issue
Block a user