Completed
Push — master ( 48a890...1e64fc )
by Nazar
04:00
created
core/traits/Page/Includes.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -407,7 +407,7 @@  discard block
 block discarded – undo
407 407
 		/**
408 408
 		 * Narrow the dependencies to current module only
409 409
 		 */
410
-		$dependencies    = array_unique(
410
+		$dependencies = array_unique(
411 411
 			array_merge(
412 412
 				['System'],
413 413
 				$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);
Please login to merge, or discard this patch.