[TYPO3-core] RFC: #14860: Pagerenderer - use better method for adding meta tags
Steffen Kamper
info at sk-typo3.de
Fri Jun 25 19:54:07 CEST 2010
Hi,
Oliver Klee schrieb:
> Hi,
>
>> + * @param string $additionalParameter key/value pairs of additional attributes
>> * @return void
>> */
>> - public function addMetaTag($meta) {
>> - if (!in_array($meta, $this->metaTags)) {
>> + public function addMetaTag($name, $content = '', array $additionalParameter = array()) {
>
> I think the last @param should be array, not string.
>
>
> Oli
yes of course, overseen. Thanks, will change on commit.
vg Steffen
More information about the TYPO3-team-core
mailing list