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