Skip to content

Commit 9738f40

Browse files
committed
code styles
1 parent 8e69d69 commit 9738f40

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

src/Adapters/Thematic.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,10 @@
33
namespace Embed\Adapters;
44

55
use Embed\Request;
6-
use Embed\Providers;
76
use Embed\Utils;
87

98
/**
10-
* Adapter to provide information from thematic
9+
* Adapter to provide information from thematic.
1110
*/
1211
class Thematic extends Webpage implements AdapterInterface
1312
{

src/Request.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ public function getUrl()
8282
}
8383

8484
/**
85-
* Returns the starting url
85+
* Returns the starting url.
8686
*
8787
* @return Url
8888
*/

0 commit comments

Comments
 (0)