Passed
Pull Request — master (#4793)
by Nils
05:49
created
sources/items.queries.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1836,7 +1836,7 @@
 block discarded – undo
1836 1836
                     '',
1837 1837
                     'encrypt'
1838 1838
                 );
1839
-           }
1839
+            }
1840 1840
 
1841 1841
             // Check if status or secret or phone number has changed
1842 1842
             if (DB::count() > 0
Please login to merge, or discard this patch.
includes/language/english.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -28,8 +28,8 @@
 block discarded – undo
28 28
  * @see       https://www.teampass.net
29 29
  */
30 30
 
31
- // TO REMOVE
32
- // - selected_items_to_be_imported
31
+    // TO REMOVE
32
+    // - selected_items_to_be_imported
33 33
 
34 34
 return array(
35 35
     'at_phone_number' => 'Phone number',
Please login to merge, or discard this patch.