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 4e2c62a commit 19b1402Copy full SHA for 19b1402
src/RequestResolvers/RequestResolverInterface.php
@@ -30,7 +30,7 @@ public function getHttpCode();
30
public function getMimeType();
31
32
/**
33
- * Returns the connection error if exists
+ * Returns the connection error if exists.
34
*
35
* @return string|null
36
*/
tests/Katchme.php
@@ -7,7 +7,7 @@ public function testOne()
7
$this->assertEmbed(
8
'https://ktch.tv/6_Lf',
9
[
10
- 'title' => "Backstage View 👀 of #ChineseNewYear Parade 🤓in Hong Kong #CathayCNYP",
+ 'title' => 'Backstage View 👀 of #ChineseNewYear Parade 🤓in Hong Kong #CathayCNYP',
11
'description' => 'John Ho',
12
'type' => 'link',
13
'providerName' => 'Katch',
0 commit comments