We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7773050 commit e1b1496Copy full SHA for e1b1496
src/Ad/InLine.php
@@ -65,7 +65,7 @@ protected function getAvailableCreativeTypes(): array
65
*
66
* @return AbstractCreative|InLineAdLinearCreative
67
*/
68
- protected function buildCreativeElement($type, \DOMElement $creativeDomElement): AbstractCreative
+ protected function buildCreativeElement(string $type, \DOMElement $creativeDomElement): AbstractCreative
69
{
70
switch ($type) {
71
case self::CREATIVE_TYPE_LINEAR:
0 commit comments