Michal Špaček
Michal Špaček
Hey @Sahtii, it stopped when I'm updated to PHPStan 1.12.0 (latest is 1.12.2) and phpstan-nette extension 1.3.8 (the current latest). I also use the bleeding edge configuration. See this commit...
I'm using Nette "by packages", trying to keep up to date. My nette/database is 3.2.4, the latest stable release, see https://github.com/spaze/michalspacek.cz/blob/2866af7286a337726da7582ab08682bf5a16f20c/site/vendor/composer/installed.php#L141
For completeness, seems that this change in nette/database 3.2.4 (or earlier 3.2.3 which was removed later and replaced with 3.2.4) https://github.com/nette/database/issues/303 is what fixed this issue.
There isn't an option to disable checking methods from child classes, and I'm not sure I'd like to add one as that may be easy to miss. Maybe you could...
Thanks for the example repo. I get this when analyzing it ``` ------ ------------------------------------------------------------------------------------------------------------ Line Example.php ------ ------------------------------------------------------------------------------------------------------------ 21 Calling Doctrine\Persistence\ObjectRepository::findBy() (as App\Repository\VersionRepository::findBy()) is forbidden, to not use magic find*()...
I've hit the same issue now myself and can understand better what's the problem. I'm thinking about adding something like a new `allowWhenUsedAs` directive that would be compared with the...
No problem and thanks for letting me know this issue is not blocking you anymore :-) I'll see if I'll be able to work around it in the codebase (of...
I'm facing the same problem, it started with 0.84. > 1. Run PowerToys > 2. Open Task manager and find "PowerToys.KeyboardManagerEngine" > 3. Restart PowerToys and dont press any key...
> Can you share bugreport please? Can you be more specific please? What file or folder from the .zip archive would help you?There's a lot of private information in the...
> I would appreciate it if you could share the Keyboard Manager folder Thanks, that would work :-) Here's the folder: [PowerToysReport_2024-09-23-14-08-32.zip](https://github.com/user-attachments/files/17117256/PowerToysReport_2024-09-23-14-08-32.zip)