mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-19 06:51:33 +02:00
[ticket/16955] Fix most return types in phpdoc
PHPBB3-16955
This commit is contained in:
@@ -356,8 +356,8 @@ class acp_storage
|
||||
*
|
||||
* @param string $storage_name Storage name
|
||||
* @param array $options Storage provider configuration keys
|
||||
* @param array $messages Error messages array
|
||||
* @return array $messages Reference to messages array
|
||||
* @param array $messages Reference to error messages array
|
||||
* @return void
|
||||
*/
|
||||
protected function validate_path($storage_name, $options, &$messages)
|
||||
{
|
||||
|
Reference in New Issue
Block a user