Passed
Push — ci ( 9fdc9d...6becc3 )
by litefeel
02:28
created
lib/import.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -140,12 +140,12 @@
 block discarded – undo
140 140
 		return __( 'Payload processed', 'writing-on-github' );
141 141
 	}
142 142
 
143
-    /**
144
-     * Do compare
145
-     * @param  Writing_On_GitHub_File_Info[] $files
146
-     * @param  int[] &$delete_ids
147
-     * @return string|WP_Error
148
-     */
143
+	/**
144
+	 * Do compare
145
+	 * @param  Writing_On_GitHub_File_Info[] $files
146
+	 * @param  int[] &$delete_ids
147
+	 * @return string|WP_Error
148
+	 */
149 149
 	protected function compare( $files, &$delete_ids ) {
150 150
 		if ( is_wp_error( $files ) ) {
151 151
 			return $files;
Please login to merge, or discard this patch.