Completed
Push — master ( 66a8db...1f22ee )
by Nazar
04:31
created
core/traits/Page/Includes.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -406,7 +406,7 @@  discard block
 block discarded – undo
406 406
 		/**
407 407
 		 * Narrow the dependencies to current module only
408 408
 		 */
409
-		$dependencies    = array_unique(
409
+		$dependencies = array_unique(
410 410
 			array_merge(
411 411
 				['System'],
412 412
 				$dependencies['System'],
@@ -481,7 +481,7 @@  discard block
 block discarded – undo
481 481
 	 * @return string[][]
482 482
 	 */
483 483
 	protected function add_versions_hash ($includes) {
484
-		$content     = array_reduce(
484
+		$content = array_reduce(
485 485
 			get_files_list(DIR.'/components', '/^meta\.json$/', 'f', true, true),
486 486
 			function ($content, $file) {
487 487
 				return $content.file_get_contents($file);
@@ -511,7 +511,7 @@  discard block
 block discarded – undo
511 511
 			).
512 512
 			h::style($this->core_css['plain'].$this->css['plain'] ?: false);
513 513
 		/** @noinspection NestedTernaryOperatorInspection */
514
-		$scripts      =
514
+		$scripts =
515 515
 			array_reduce(
516 516
 				array_merge($this->core_js['path'], $this->js['path']),
517 517
 				function ($content, $src) {
Please login to merge, or discard this patch.