@@ -21,7 +21,7 @@ discard block |
||
21 | 21 | public function __construct($AppName, |
22 | 22 | IRequest $request, |
23 | 23 | IL10N $trans |
24 | - ){ |
|
24 | + ) { |
|
25 | 25 | parent::__construct($AppName, $request); |
26 | 26 | $this->trans = $trans; |
27 | 27 | } |
@@ -31,7 +31,7 @@ discard block |
||
31 | 31 | * @NoAdminRequired |
32 | 32 | * @NoCSRFRequired |
33 | 33 | */ |
34 | - public function getLanguageStrings($lang){ |
|
34 | + public function getLanguageStrings($lang) { |
|
35 | 35 | $translations = array( |
36 | 36 | // templates/views/partials/edit_credential/basics.html |
37 | 37 | 'username' => $this->trans->t('Username'), |