Completed
Push — master ( 3afa85...ec4288 )
by Nazar
04:11
created
core/traits/Page/Includes.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -461,7 +461,7 @@
 block discarded – undo
461 461
 			).
462 462
 			h::style($this->core_css['plain'].$this->css['plain'] ?: false);
463 463
 		/** @noinspection NestedTernaryOperatorInspection */
464
-		$scripts      =
464
+		$scripts =
465 465
 			array_reduce(
466 466
 				array_merge($this->core_js['path'], $this->js['path']),
467 467
 				function ($content, $src) {
Please login to merge, or discard this patch.