File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed
Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1515 * @property null|string $description
1616 * @property null|string $url
1717 * @property null|string $type
18+ * @property array $tags
1819 * @property array $images
1920 * @property null|string $image
20- * @property null|int $imageWidth
21- * @property null|int $imageHeight
21+ * @property null|int $imageWidth
22+ * @property null|int $imageHeight
2223 * @property null|string $code
23- * @property null|int $width
24- * @property null|int $height
24+ * @property null|int $width
25+ * @property null|int $height
2526 * @property null|float $aspectRatio
2627 * @property null|string $authorName
2728 * @property null|string $authorUrl
Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ public function getImageHeight();
8181
8282 /**
8383 * Gets the aspect ratio of the embedded widget
84- * (useful to make it flexible ).
84+ * (useful to make it responsive ).
8585 *
8686 * @return float|null
8787 */
You can’t perform that action at this time.
0 commit comments