Skip to content

Commit f259eff

Browse files
committed
lint
1 parent 5ac9691 commit f259eff

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

src/PubNub/Enums/PNPushType.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
class PNPushType
66
{
7-
87
public const APNS2 = "apns2";
98
public const FCM = "fcm";
109

tests/integrational/ListPushProvisionsTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ public function testIsAuthRequiredSuccess()
7272

7373
$response = $list->deviceId("coolDevice")
7474
->pushType(PNPushType::APNS2)
75-
->topic( "coolTopic")
75+
->topic("coolTopic")
7676
->sync();
7777

7878
$this->assertInstanceOf(\PubNub\Models\Consumer\Push\PNPushListProvisionsResult::class, $response);

0 commit comments

Comments
 (0)