smarty-php / smarty

Smarty is a template engine for PHP, facilitating the separation of presentation (HTML/CSS) from application logic.
Other
2.26k stars 712 forks source link

Fix docblock types #992

Closed kynx closed 7 months ago

kynx commented 7 months ago

This PR fixes a couple of UndefinedDocblockClass issues that Psalm was throwing after the upgrade to version 5.

@wisskid Nice work on the new version 😄 I know you've caught some flack for some of the changes, but they are all for the good. We payed attention to the deprecation notices in v4 so it's gone smoothly (so far 🤞)

wisskid commented 7 months ago

Thanks!