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 8e69d69 commit 9738f40Copy full SHA for 9738f40
src/Adapters/Thematic.php
@@ -3,11 +3,10 @@
3
namespace Embed\Adapters;
4
5
use Embed\Request;
6
-use Embed\Providers;
7
use Embed\Utils;
8
9
/**
10
- * Adapter to provide information from thematic
+ * Adapter to provide information from thematic.
11
*/
12
class Thematic extends Webpage implements AdapterInterface
13
{
src/Request.php
@@ -82,7 +82,7 @@ public function getUrl()
82
}
83
84
85
- * Returns the starting url
+ * Returns the starting url.
86
*
87
* @return Url
88
0 commit comments