We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f63fd2 commit 504c9e3Copy full SHA for 504c9e3
src/ConfigLoader/Import/ImportResolver.php
@@ -24,12 +24,6 @@ public function __construct(
24
25
/**
26
* Process imports in a configuration
27
- *
28
- * @param array<mixed> $config The configuration containing imports
29
- * @param string $basePath The base path for resolving relative paths
30
- * @param array<string> $parsedImports Already processed import paths to avoid duplicates
31
- * @param CircularImportDetector $detector Circular import detector
32
- * @return array<mixed> The merged configuration with imports processed
33
*/
34
public function resolveImports(
35
array $config,
0 commit comments