mathmarques / Smarty-View

Slim Framework 3 view layer built on top of Smarty
MIT License
24 stars 15 forks source link

PHP 8 interface compatibility #12

Closed naomigo closed 6 months ago

naomigo commented 6 months ago

Add ReturnTypeWillChange attribute to silence the deprecation notice emitted by the fact that, for the methods annotated, the implementation of ArrayAccess methods do not declare a compatible return type.