Completed
Push — master ( 62189f...da7a29 )
by Nazar
04:52
created
test.php 1 patch
Upper-Lower-Casing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -319,7 +319,7 @@
 block discarded – undo
319 319
   1. <g>--TEST--</g> is not required and not even used (files names are used instead)
320 320
   2. Only sub-set of sections supported and only sub-set of <g>--EXPECTF--</g> tags
321 321
   3. <g>--EXPECT*--</g> sections are interpreted as code and its output is used as expected result
322
-HTML
322
+html
323 323
 	);
324 324
 	exit;
325 325
 }
Please login to merge, or discard this patch.
core/classes/Page/Includes_processing.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -273,7 +273,7 @@  discard block
 block discarded – undo
273 273
 			);
274 274
 			$base_target_file_name = basename($base_target_file_path);
275 275
 			// Replace first script with combined file
276
-			$data                     = str_replace(
276
+			$data = str_replace(
277 277
 				$scripts_to_replace[0],
278 278
 				"<script src=\"$base_target_file_name.js?$content_md5\"></script>",
279 279
 				$data
@@ -377,7 +377,7 @@  discard block
 block discarded – undo
377 377
 			);
378 378
 			$base_target_file_name = basename($base_target_file_path);
379 379
 			// Replace first link or style with combined file
380
-			$data                     = str_replace(
380
+			$data = str_replace(
381 381
 				$links_and_styles_to_replace[0],
382 382
 				"<link rel=\"import\" type=\"css\" href=\"$base_target_file_name.css?$content_md5\">",
383 383
 				$data
Please login to merge, or discard this patch.