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 974dbca commit 846df65Copy full SHA for 846df65
app/OscaroteroEmbedAdapter.php
@@ -30,7 +30,7 @@ public function __construct(?EmbedLib $embed = null)
30
public function updateEmbeds(array $embeds): void
31
{
32
$urls = \array_map(static fn (Embed $embed) => $embed->getUrl(), $embeds);
33
-
+
34
$extractors = $this->embedLib->getMulti(...$urls);
35
36
foreach ($extractors as $i => $extractor) {
0 commit comments