Savin Mikhail
Savin Mikhail
# Bug Report | Subject | Details | | :------------- | :---------------------------------------------------------------| | Rector version | e.g. v1.1.1 | | PHP version | 8.3.7| I have library, written for php...
It should be frowned upon, because it is my own tool, but it has unique niche, some stars and decent test coverage
This pull request - [x] make composer suggest to install this package as dev dependency (with --dev flag) [See composer doc](https://getcomposer.org/doc/04-schema.md#keywords)
Minimal reproducing repo: https://github.com/savinmikhail/deptrac-bug-reproducing-repo Expected behavior: ```md So I expect deptrac to differentiate ./config from ./src/Config, but it doesn't happen, and it scolds that src layer depends on src layer...
This pull request - [x] make composer suggest to install this package as dev dependency (with --dev flag) [See composer doc](https://getcomposer.org/doc/04-schema.md#keywords)
This PR will decrease the size of the distribution by 15.74 KB by removing files that are not used in prod environment (except for licenses)
Can we make bottom window with errors and warnings expandable, just like right tab with rendered doc? Now it is small, and not handy to investigate or overview errors :(
## Summary Psalm incorrectly reports an `InvalidNamedArgument` error when using named arguments for `DateTimeImmutable::setTimestamp(timestamp: ...)`. ## Code sample **Reproducible snippet:** https://psalm.dev/r/ff20edb0b1 ```php
## Summary Psalm incorrectly reports an `InvalidNamedArgument` error when using named arguments for `new ReflectionClass(objectOrClass: $foo)`. ## Code sample **Reproducible snippet:** https://psalm.dev/r/d3654927ce Psalm output: ``` ERROR: InvalidNamedArgument - 3:35 -...