Passed
Push — master ( e7d28b...261004 )
by Nils
06:20
created
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
     'some_items_not_copied_empty_password' => 'Some items could not be copied because they have empty passwords.',
Please login to merge, or discard this patch.
sources/folders.queries.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1151,7 +1151,7 @@
 block discarded – undo
1151 1151
                             (int) $dataDeleted !== 1
1152 1152
                             || (isset($item_restored['date']) === true && (int) $item_deleted['date'] < (int) $item_restored['date'])
1153 1153
                         ) {
1154
-                             // Get the ITEM object key for the user
1154
+                                // Get the ITEM object key for the user
1155 1155
                             $itemUserTpKey = DB::queryFirstRow(
1156 1156
                                 'SELECT share_key
1157 1157
                                 FROM ' . prefixTable('sharekeys_items') . '
Please login to merge, or discard this patch.