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 90a15c7 commit 623b975Copy full SHA for 623b975
app/OscaroteroEmbedAdapter.php
@@ -17,12 +17,12 @@ public function __construct(?EmbedLib $embed = null)
17
throw new MissingDependencyException('The embed/embed package is not installed. Please install it with Composer to use this adapter.');
18
}
19
20
- $embed = new EmbedLib();
+ $embed = new EmbedLib;
21
22
23
$this->embedLib = $embed;
24
25
-
+
26
/**
27
* {@inheritDoc}
28
*/
@@ -36,4 +36,4 @@ public function updateEmbeds(array $embeds): void
36
37
38
39
-}
+}
0 commit comments