Commit ca6315c
committed
Excludes built-in types from dependencies
Prevents built-in PHP types from being incorrectly identified as dependencies.
This change improves the accuracy of dependency analysis by filtering out types like `string`, `int`, `array`, etc., ensuring that only actual project dependencies are included in the results.1 parent 4aee07b commit ca6315c
File tree
1 file changed
+13
-1
lines changed- app/Infrastructure/Analyze/Adapters/PhpParser
1 file changed
+13
-1
lines changedLines changed: 13 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
37 | 40 | | |
38 | 41 | | |
39 | 42 | | |
| |||
50 | 53 | | |
51 | 54 | | |
52 | 55 | | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
53 | 65 | | |
0 commit comments