phpstan-doctrine
phpstan-doctrine copied to clipboard
Doctrine extensions for PHPStan
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [doctrine/dbal](https://www.doctrine-project.org/projects/dbal.html) ([source](https://redirect.github.com/doctrine/dbal)) | `^3.3.8` -> `^4.0.0` | [](https://docs.renovatebot.com/merge-confidence/) |...
[](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [slevomat/coding-standard](https://togithub.com/slevomat/coding-standard) | require-dev | major | `^7.0` -> `^8.0` | ---...
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/phpstan/phpstan-doctrine). ## Config Migration Needed - [ ]...
# Bug report Upgraded phpstan from 1.3.3 to 1.4.3 and now I get exceptions. I don't know if the error trace is really helpfull, but it says it wants to...
With the [recent addition of literal-types to QueryBuilder](https://github.com/phpstan/phpstan-doctrine/pull/327/files#diff-197b8a38b2ae878d60d27968735dd0b7208e015f401be1b2c5761add8fe8b85dR61) (https://github.com/phpstan/phpstan-doctrine/pull/327), I'm getting warnings when passing `class-string` there: `Parameter #1 $from of method Doctrine\ORM\QueryBuilder::from() expects literal-string, class-string given` This is the simplified...
PHP 8, Symfony 5.4, Doctrine ODM 4.4: extensions installed: `objectManagerLoader` provided: `tests/object-manager.php`: Still getting this error: Some debug observations: - There is no "doctrine" service in container, but "doctrine_mongodb" -...
first thanks for this awesome project and all the time you're putting into it, having DQL validation is just mind blowing. related to #243 we have in our project several...
Hello, First of all thank you for all your work, it's great! We recently upgraded to the latest `phpstan/phpstan` and `phpstan/phpstan-doctrine` and we started to have some errors reported on...
Hello I have 3 entities and related repositories to handle bank accounts in my code: * `abstract class AbstractBankAccount` with properties like `$name` * `class EuropeanBankAccount extends AbstractBankAccount` with properties...
I want to point out multiple imperfections of query result type inference on this MR.