CodeIgniter / phpstan-codeigniter

CodeIgniter extensions and rules for PHPStan
https://codeigniter.com/
MIT License
15 stars 0 forks source link

Reflection for virtual `CodeIgniter\Entity\Entity` properties #17

Open paulbalandan opened 1 year ago

paulbalandan commented 1 year ago

By default, PHPStan does not know what is the relation of $casts to the properties of Entities. We need to teach it that the content of $casts influence the type of the properties.

Originally posted by @paulbalandan in https://github.com/CodeIgniter/phpstan-codeigniter/issues/7#issuecomment-1803636422