https://github.com/staabm/deptrac-bug-1479
https://github.com/staabm/deptrac-bug-1479
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/staabm/deptrac-bug-1479
- Owner: staabm
- Created: 2025-07-21T08:24:44.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-07-21T08:35:00.000Z (12 months ago)
- Last Synced: 2026-07-18T10:33:09.621Z (1 day ago)
- Language: PHP
- Size: 3.07 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Repro for deptrac issue 1479
https://github.com/staabm/deptrac-bug-1479
## Repro Steps
- clone the repo
- run `vendor/bin/deptrac --report-uncovered`
expected: the dependency of `myapp\controller\IndexController` on `RedirectResult` should not be treated as uncovered.
actual:
```
----------- -----------------------------------------------------------------------------
Reason Controller
----------- -----------------------------------------------------------------------------
Uncovered myapp\controller\IndexController has uncovered dependency on RedirectResult
/Users/m.staab/Documents/GitHub/deptrac-bug-1479/lib/IndexController.php:5
----------- -----------------------------------------------------------------------------
```