Completed
Push — master ( e51619...2bc3cc )
by Nazar
04:36
created
core/classes/Page/Assets_processing.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -316,7 +316,7 @@  discard block
 block discarded – undo
316 316
 		if (!$vulcanization) {
317 317
 			$filename = static::file_put_contents_with_hash($target_directory_path, 'js', $scripts_content);
318 318
 			// Add script with combined content file to the end
319
-			$data                     .= "<script src=\"./$filename\"></script>";
319
+			$data .= "<script src=\"./$filename\"></script>";
320 320
 			$not_embedded_resources[] = str_replace(getcwd(), '', "$target_directory_path/$filename");
321 321
 		} else {
322 322
 			// Add combined content inline script to the end
@@ -365,7 +365,7 @@  discard block
 block discarded – undo
365 365
 				/**
366 366
 				 * If content is link to CSS file
367 367
 				 */
368
-				$css  = static::css(
368
+				$css = static::css(
369 369
 					file_get_contents("$dir/$url"),
370 370
 					"$dir/$url",
371 371
 					$target_directory_path,
Please login to merge, or discard this patch.