[ticket/16008] Add missing empty line

PHPBB3-16008
This commit is contained in:
mrgoldy 2019-05-05 18:31:56 +02:00 committed by Marc Alexander
parent 76b4a2faab
commit 85910fe5bc
No known key found for this signature in database
GPG key ID: 50E0D2423696F995

View file

@ -74,7 +74,7 @@ interface provider_interface
* *
* @param \phpbb\config\config $new_config Contains the new configuration values * @param \phpbb\config\config $new_config Contains the new configuration values
* that have been set in acp_board. * that have been set in acp_board.
* @return array|null Returns null if not implemented or an array with * @return array|null Returns null if not implemented or an array withe
* the template file name and an array of the vars * the template file name and an array of the vars
* that the template needs that must conform to the * that the template needs that must conform to the
* following example: * following example: