smarty
smarty copied to clipboard
#623 Static return type in docblocks; for better IDE support chaining
see #623
@blaaat Wouldn't @return $this be more appropriate here?
@wisskid I don't think so; static is a PHP8+ return type; which could be added as regular return type when php7 support is dropped.
But we're not dropping php7 support, right?
But we're not dropping php7 support, right?
This is just a doc block; so it's not dropping php7 support.