Skip to content

Commit fda36fb

Browse files
committed
minor docs improvements
1 parent 2d71baa commit fda36fb

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

src/Adapters/Adapter.php

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,14 @@
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

src/Adapters/AdapterInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
*/

0 commit comments

Comments
 (0)