Completed
Push — master ( 59aee7...54e8e0 )
by Nazar
04:11
created
core/traits/Page/Includes.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -362,7 +362,7 @@  discard block
 block discarded – undo
362 362
 		/**
363 363
 		 * Narrow the dependencies to current module only
364 364
 		 */
365
-		$dependencies          = array_merge(
365
+		$dependencies = array_merge(
366 366
 			isset($dependencies[$current_module]) ? $dependencies[$current_module] : [],
367 367
 			$dependencies['System']
368 368
 		);
@@ -502,7 +502,7 @@  discard block
 block discarded – undo
502 502
 			).
503 503
 			h::style($this->core_css['plain'].$this->css['plain'] ?: false);
504 504
 		/** @noinspection NestedTernaryOperatorInspection */
505
-		$scripts      =
505
+		$scripts =
506 506
 			array_reduce(
507 507
 				array_merge($this->core_js['path'], $this->js['path']),
508 508
 				function ($content, $src) {
Please login to merge, or discard this patch.