@@ -407,7 +407,7 @@ discard block |
||
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 |
||
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); |