Closed samsonasik closed 7 years ago
@samsonasik The bug report includes another problem:
->setMeta('charset', 'utf-8');
Method "setMeta" does not exist
The exception message is wrong:
Remove the hint to the method "setMeta" and update the DocBlock. Add a short example and fix also the data type for the value parameter.
The same for the methods prepend
and append
.
Thanks in advance!
I've updated exception messages and docblock param in HeadMeta::set(), append(), prepend(), do you have suggestion for data type parameter ? the stdClass check already in isValid()
method so I think the type parameter should not be used, instead only update the docblock parameter.
…instead only update the docblock parameter.
That's what i meant!
@samsonasik Thanks for your contribution! 👍
Fixes #134