Passed
Push — development ( 3aeb6f...5e114c )
by Nils
04:54
created
includes/language/hungarian.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,7 @@
 block discarded – undo
13 13
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
14 14
  */
15 15
 global $LANG;
16
-$LANG = array (
16
+$LANG = array(
17 17
     'user_ga_code' => 'Google Hitelesítő küldése a felhasználónak email-ben.',
18 18
     'send_ga_code' => 'Google Hitelesítés a felhasználó számára.',
19 19
     'error_no_email' => 'Ennek a felhasználónak nincs email beállítva!',
Please login to merge, or discard this patch.
install/upgrade.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -56,7 +56,7 @@
 block discarded – undo
56 56
         } elseif (substr_count($val, '$pre = ') > 0) {
57 57
             $_SESSION['pre'] = getSettingValue($val);
58 58
         } elseif (substr_count($val, "define('SECUREPATH',") > 0) {
59
-            $_SESSION['sk_file'] = substr($val, 23, strpos($val, ');')-24)."/sk.php";
59
+            $_SESSION['sk_file'] = substr($val, 23, strpos($val, ');') - 24)."/sk.php";
60 60
         }
61 61
     }
62 62
 }
Please login to merge, or discard this patch.
sources/import.queries.php 2 patches
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -137,7 +137,7 @@  discard block
 block discarded – undo
137 137
             $config->setIgnoreHeaderLine("true");
138 138
             // extract data from CSV file
139 139
             $interpreter = new Interpreter();
140
-            $interpreter->addObserver(function (array $row) use (&$valuesToImport) {
140
+            $interpreter->addObserver(function(array $row) use (&$valuesToImport) {
141 141
                 $valuesToImport[] = array(
142 142
                     'Label'     => $row[0],
143 143
                     'Login'     => $row[1],
@@ -966,7 +966,7 @@  discard block
 block discarded – undo
966 966
         break;
967 967
 }
968 968
 
969
-spl_autoload_register(function ($class) {
969
+spl_autoload_register(function($class) {
970 970
     $prefix = 'League\\Csv\\';
971 971
     $base_dir = __DIR__.'/src/';
972 972
     $len = strlen($prefix);
Please login to merge, or discard this patch.
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -105,7 +105,7 @@  discard block
 block discarded – undo
105 105
         //load full tree
106 106
         $tree->rebuild();
107 107
         $tree = $tree->getDescendants();
108
-       // Init post variable
108
+        // Init post variable
109 109
         $post_operation_id = filter_input(INPUT_POST, 'file', FILTER_SANITIZE_NUMBER_INT);
110 110
 
111 111
         // Get filename from database
@@ -436,7 +436,7 @@  discard block
 block discarded – undo
436 436
         }
437 437
 
438 438
         /**
439
-        ** Recursive function that will permit to read each level of XML nodes
439
+         ** Recursive function that will permit to read each level of XML nodes
440 440
          */
441 441
         function recursiveKeepassXML($xmlRoot, $xmlLevel = 0)
442 442
         {
@@ -586,7 +586,7 @@  discard block
 block discarded – undo
586 586
 
587 587
                     //recursive call
588 588
                     if ($history !== true) {
589
-                      recursiveKeepassXML($xmlChildren, $xmlLevel + 1);
589
+                        recursiveKeepassXML($xmlChildren, $xmlLevel + 1);
590 590
                     }
591 591
 
592 592
                     // Force History to false
Please login to merge, or discard this patch.
includes/language/vietnamese.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,7 @@
 block discarded – undo
13 13
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
14 14
  */
15 15
 global $LANG;
16
-$LANG = array (
16
+$LANG = array(
17 17
     'user_ga_code' => 'Gửi mã xác thực GoogleAuthenticator tới người sử dụng qua Email!',
18 18
     'send_ga_code' => 'Set and email Google Authentication code',
19 19
     'error_no_email' => 'Người sử dụng này chưa khai báo địa chỉ email!',
Please login to merge, or discard this patch.
includes/language/greek.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,7 @@
 block discarded – undo
13 13
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
14 14
  */
15 15
 global $LANG;
16
-$LANG = array (
16
+$LANG = array(
17 17
     'user_ga_code' => 'Αποστολή GoogleAuthenticator στο χρήστη με ηλεκτρονικό μήνυμα',
18 18
     'send_ga_code' => 'Set and email Google Authentication code',
19 19
     'error_no_email' => 'Αυτός ο χρήστης δεν έχει ορίσει διεύθυνση ηλεκτρονικού ταχυδρομίου!',
Please login to merge, or discard this patch.
includes/language/catalan.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,7 @@
 block discarded – undo
13 13
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
14 14
  */
15 15
 global $LANG;
16
-$LANG = array (
16
+$LANG = array(
17 17
     'user_ga_code' => 'Envia Google Authenticator per email a l\'usuari',
18 18
     'send_ga_code' => 'Estableix i envia per correu el codi de Google Authenticator',
19 19
     'error_no_email' => 'L\'usuari no te email configurat!',
Please login to merge, or discard this patch.
includes/language/czech.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,7 @@
 block discarded – undo
13 13
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
14 14
  */
15 15
 global $LANG;
16
-$LANG = array (
16
+$LANG = array(
17 17
     'user_ga_code' => 'Zaslat uživateli Google Authenticator emailem',
18 18
     'send_ga_code' => 'Google Authenticator pro uživatele',
19 19
     'error_no_email' => 'Tento uživatel nemá nastavenou emailovou adresu!',
Please login to merge, or discard this patch.
includes/language/chinese.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,7 @@
 block discarded – undo
13 13
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
14 14
  */
15 15
 global $LANG;
16
-$LANG = array (
16
+$LANG = array(
17 17
     'user_ga_code' => '发送 Google 身份验证器至用户,通过电子邮件',
18 18
     'send_ga_code' => 'Google 身份验证器,为用户',
19 19
     'error_no_email' => '此用户未设置电子邮件地址!',
Please login to merge, or discard this patch.
includes/language/portuguese.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,7 @@
 block discarded – undo
13 13
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
14 14
  */
15 15
 global $LANG;
16
-$LANG = array (
16
+$LANG = array(
17 17
     'user_ga_code' => 'Email Google Authentication to user',
18 18
     'send_ga_code' => 'Set and email Google Authentication code',
19 19
     'error_no_email' => 'Este utilizador não possui uma conta de email definida!',
Please login to merge, or discard this patch.