Search code examples
Phpstan: how to set array key types?...

phpphpstan

Read More
How to tell PHPStan about method that exists in class implementation but not in it's interface?...

phpannotationsphpstan

Read More
PHPStan reporting "extends unknown class" for a core CakePHP feature...

cakephpphpstan

Read More
PHP: Phpstan class_implements call interface method: Call to an undefined method...

phpphpstan

Read More
PHPStan error - Property App\Models\Report::$succeeded_at (Carbon\Carbon|null) does not accept int|n...

phplaravellaravel-10phpstan

Read More
PHPStan and Doctrine: $id is never written, only read...

phpdoctrinephpstan

Read More
Why larastan raise errors on array parameter definitions?...

laravelphpstan

Read More
How to avoid any phpstan errors with try / catch block in the end of the function?...

laravelphpstan

Read More
PHPStan does can not found functions in CodeIgniter 4...

codeigniterphpstan

Read More
PHPStan and PHPMD outputs missing in GitHub Actions but present locally...

laravelgithub-actionsphpstanphpmd

Read More
How to disable warning for specific exceptions?...

laravelexceptionphpstormphpstan

Read More
How to run PHPStan in PhpStorm on Windows through WSL?...

phpconfigurationphpstormwindows-subsystem-for-linuxphpstan

Read More
How to determine if a node is inside certain class constructor in PHPStan...

phpstan

Read More
Can not run phpstan under docker with memory lack error...

laraveldockerphpstan

Read More
php error Call to an undefined static method with PHPStan...

phplaravelphpstan

Read More
PHPStan excludePaths is not working on vendor files...

phplaravelphpstan

Read More
Class object was not found while trying to analyse it - discovering symbols is probably not configur...

phpstaticphpstan

Read More
PHPstan Cannot access property $children on App\Account|null...

phplaravelphpstan

Read More
Why does PHPStan error occur on GitLab pipeline for a WordPress project?...

wordpressgitlab-ciphpstan

Read More
Describe an array containing an object (stdClass) with @phpstan-return in PHP DocBlock? - PHPStan...

phparraysphpdocstdclassphpstan

Read More
How to tell PHP static code analysers to read the generic type hint from a callable, instead of expe...

phpstatic-analysisphpstanpsalm-php

Read More
Does PhpStan and Psalm measures cyclomatic complexity?...

phpstatic-analysisphpstanphpmdpsalm-php

Read More
PhpStorm with PHPStan in Docker doesn't work...

dockerphpstormphpstan

Read More
defining generic return for a method/function in php with phpdocblock...

phpvisual-studio-codephpstanpsalm-php

Read More
denoting optional parameters via annotations for phpstan...

phpphpstan

Read More
PHPstan does not like preg_match parameters...

phpphpstan

Read More
phpstan: class implements generic interface but does not specify its types error...

phplaravelphpstan

Read More
return object models in array with PHPStan...

phpphpstan

Read More
Phpstan with gitlab-ci cant find srcApp_KernelDevDebugContainer.xml because its in the gitignore?...

symfonygitlabgitlab-cigitlab-ci-runnerphpstan

Read More
Why PHPStan can't find the class installation by pear?...

phpphpstan

Read More
BackNext