Completed
Push — master ( 4c24ff...8a852c )
by Nazar
04:10
created
core/traits/Page/Includes.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -371,7 +371,7 @@  discard block
 block discarded – undo
371 371
 		/**
372 372
 		 * Narrow the dependencies to current module only
373 373
 		 */
374
-		$dependencies          = array_merge(
374
+		$dependencies = array_merge(
375 375
 			isset($dependencies[$current_module]) ? $dependencies[$current_module] : [],
376 376
 			$dependencies['System']
377 377
 		);
@@ -425,7 +425,7 @@  discard block
 block discarded – undo
425 425
 	 * @return string[][]
426 426
 	 */
427 427
 	protected function add_versions_hash ($includes) {
428
-		$content     = array_reduce(
428
+		$content = array_reduce(
429 429
 			get_files_list(DIR.'/components', '/^meta\.json$/', 'f', true, true),
430 430
 			function ($content, $file) {
431 431
 				return $content.file_get_contents($file);
@@ -455,7 +455,7 @@  discard block
 block discarded – undo
455 455
 			).
456 456
 			h::style($this->core_css['plain'].$this->css['plain'] ?: false);
457 457
 		/** @noinspection NestedTernaryOperatorInspection */
458
-		$scripts      =
458
+		$scripts =
459 459
 			array_reduce(
460 460
 				array_merge($this->core_js['path'], $this->js['path']),
461 461
 				function ($content, $src) {
Please login to merge, or discard this patch.