Since the last version the `self` generic type is also being removed. While may be fine to remove just `self`, something like `self<TValue>` is actually adding type information to phpstan, and after the removal it fails. <img width="692" height="303" alt="Image" src="https://github.com/user-attachments/assets/e49abb93-de47-495e-be68-3144bab92180" /> <img width="908" height="321" alt="Image" src="https://github.com/user-attachments/assets/8f6fac8f-cdec-4ac8-bd18-a6ca7592540c" />
Since the last version the
selfgeneric type is also being removed.While may be fine to remove just
self, something likeself<TValue>is actually adding type information to phpstan, and after the removal it fails.