Completed
Push — master ( a1e1e6...8edf6f )
by Nazar
04:25
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_unique(
365
+		$dependencies = array_unique(
366 366
 			array_merge(
367 367
 				['System'],
368 368
 				$dependencies['System'],
@@ -437,7 +437,7 @@  discard block
 block discarded – undo
437 437
 	 * @return string[][]
438 438
 	 */
439 439
 	protected function add_versions_hash ($includes) {
440
-		$content      = array_reduce(
440
+		$content = array_reduce(
441 441
 			get_files_list(DIR.'/components', '/^meta\.json$/', 'f', true, true),
442 442
 			function ($content, $file) {
443 443
 				return $content.file_get_contents($file);
Please login to merge, or discard this patch.