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 3881110 commit 8c0f17fCopy full SHA for 8c0f17f
src/Providers/TwitterCards.php
@@ -131,14 +131,14 @@ public function getImagesUrls()
131
*/
132
public function getWidth()
133
{
134
- return $this->bag->get('player:width');
+ return (int) $this->bag->get('player:width');
135
}
136
137
/**
138
* {@inheritdoc}
139
140
public function getHeight()
141
142
- return $this->bag->get('player:height');
+ return (int) $this->bag->get('player:height');
143
144
0 commit comments