Skip to content

Commit 19b1402

Browse files
committed
php-cs-fixer
1 parent 4e2c62a commit 19b1402

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/RequestResolvers/RequestResolverInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public function getHttpCode();
3030
public function getMimeType();
3131

3232
/**
33-
* Returns the connection error if exists
33+
* Returns the connection error if exists.
3434
*
3535
* @return string|null
3636
*/

tests/Katchme.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ public function testOne()
77
$this->assertEmbed(
88
'https://ktch.tv/6_Lf',
99
[
10-
'title' => "Backstage View 👀 of #ChineseNewYear Parade 🤓in Hong Kong #CathayCNYP",
10+
'title' => 'Backstage View 👀 of #ChineseNewYear Parade 🤓in Hong Kong #CathayCNYP',
1111
'description' => 'John Ho',
1212
'type' => 'link',
1313
'providerName' => 'Katch',

0 commit comments

Comments
 (0)