Completed
Pull Request — master (#135)
by Sander
05:00
created
controller/translationcontroller.php 2 patches
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -21,7 +21,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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'),
Please login to merge, or discard this patch.
Braces   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -21,7 +21,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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'),
Please login to merge, or discard this patch.