split long lines
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Simon Vieille 2022-12-04 00:45:29 +01:00
commit 4d05079c70
Signed by: deblan
GPG key ID: 579388D585F70417
4 changed files with 27 additions and 12 deletions

View file

@ -43,8 +43,13 @@ class PersonalSettingController extends Controller
*/
protected $userSession;
public function __construct($appName, IRequest $request, IConfig $config, ConfigProxy $configProxy, IUserSession $userSession)
{
public function __construct(
$appName,
IRequest $request,
IConfig $config,
ConfigProxy $configProxy,
IUserSession $userSession
) {
parent::__construct($appName, $request);
$this->config = $config;