The engine
Details
Details
- Reviewers
mollekopf - Group Reviewers
Restricted Project - Commits
- rKf816b72a099a: SMTP content filter
./phpunit
Diff Detail
Diff Detail
- Repository
- rK kolab
- Branch
- dev/smtp-content-filter
- Lint
Lint Skipped - Unit
No Test Coverage - Build Status
Buildable 50655 Build 18444: arc lint + arc unit
Event Timeline
Comment Actions
Besides the one complaint I think this can go in. I didn't investigate the rules in detail, but it's standalone enough that pushing it seems fairly risk free.
src/app/Policy/Mailfilter/RequestHandler.php | ||
---|---|---|
67 | Still really don't like the string assembly to class approach. Just use the Class (App\Policy\Mailfilter\Modules\ItipModule::class) to fill the array. This for instance immediately make it evident if there is a typo, or a class is deleted but still used here etc. |