File tree Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ public function detect(): ?UriInterface
1515 ?: $ this ->detectFromTwitter ();
1616 }
1717
18- private function detectFromTwitter (): ?UriINterface
18+ private function detectFromTwitter (): ?UriInterface
1919 {
2020 $ metas = $ this ->extractor ->getMetas ();
2121 $ crawler = $ this ->extractor ->getCrawler ();
Original file line number Diff line number Diff line change 33
44namespace Embed ;
55
6+ use DateTime ;
67use DomainException ;
78use Embed \Detectors \AuthorName ;
89use Embed \Detectors \AuthorUrl ;
3233
3334/**
3435 * Class to extract the info
36+ *
37+ * @property-read string|null $authorName
38+ * @property-read UriInterface|null $authorUrl
39+ * @property-read string|null $cms
40+ * @property-read EmbedCode|null $code
41+ * @property-read string|null $description
42+ * @property-read UriInterface $favicon
43+ * @property-read array|UriInterface[] $feeds
44+ * @property-read UriInterface|null $icon
45+ * @property-read UriInterface|null $image
46+ * @property-read array|string[] $keywords
47+ * @property-read string|null $language
48+ * @property-read array|UriInterface[] $languages
49+ * @property-read string|null $license
50+ * @property-read string $providerName
51+ * @property-read UriInterface $providerUrl
52+ * @property-read DateTime|null $publishedTime
53+ * @property-read UriInterface|null $redirect
54+ * @property-read string|null $title
55+ * @property-read UriInterface $url
3556 */
3657class Extractor
3758{
You can’t perform that action at this time.
0 commit comments