Denis Brumann

Results 21 issues of Denis Brumann

We should add tests to the e2e suite to prevent regressions similar to #804 See #804, #805

help wanted

| Q | A | --------------------| --------------- | PHPUnit version | 9.5.20 | PHP version | 8.1.5 | Installation Method | Composer #### Summary I have a some phpt-tests. In...

type/bug
feature/phpt

Fixes #977 Closes #982

* Replaces basic example image with a more representative example * Adds/Updates community health files readable by Github * Adds BC policy (already worded for a 1.0 release, so we...

Take for example selecting an output formatter for the analyse command: ``` $ php deptrac.php --formatter=graphviz-display 180/180 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100% ``` Displays the graphviz output as expected, but using the shorthand...

bug
help wanted

After our last dependency upgrade we reuse the original event names from Symfony with the "kernel."-prefix. Without the proper tag these listeners will not be registered automatically.

### Background In theory, it is already possible to use php instead of yaml for configuring deptrac. Unfortunately, because a lot of the configuration contains complex array structures, e.g. for...

help wanted

This issue is just a reminder for myself. I removed the `@psalm-immutable` on the classes, because the static constructor was judged as a mutation by phpstan. I need to check,...

The current configruation, where we manually need to specify types is error prone. For example, I copied over an example from our docs where the `class` collector was missing and...

enhancement
help wanted
question
Good first issue