Skip to content
This repository was archived by the owner on Jun 28, 2024. It is now read-only.

Commit 50cdaae

Browse files
committed
Remove useless Class comments
1 parent 2f5af88 commit 50cdaae

27 files changed

+0
-79
lines changed

src/Message/Exceptions/InvalidOptionsException.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@
44

55
use Exception;
66

7-
/**
8-
* Class InvalidOptionsException.
9-
*/
107
class InvalidOptionsException extends Exception
118
{
129
}

src/Message/Exceptions/NoTopicProvidedException.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@
44

55
use Exception;
66

7-
/**
8-
* Class NoTopicProvidedException.
9-
*/
107
class NoTopicProvidedException extends Exception
118
{
129
}

src/Message/Options.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@
44

55
use Illuminate\Contracts\Support\Arrayable;
66

7-
/**
8-
* Class Options.
9-
*/
107
class Options implements Arrayable
118
{
129
/**

src/Message/OptionsBuilder.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88
/**
99
* Builder for creation of options used by FCM.
1010
*
11-
* Class OptionsBuilder
12-
*
1311
* @link http://firebase.google.com/docs/cloud-messaging/http-server-ref#downstream-http-messages-json
1412
*/
1513
class OptionsBuilder
@@ -329,9 +327,6 @@ public function build()
329327
}
330328
}
331329

332-
/**
333-
* Class OptionsPriorities.
334-
*/
335330
final class OptionsPriorities
336331
{
337332
/**

src/Message/PayloadData.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@
44

55
use Illuminate\Contracts\Support\Arrayable;
66

7-
/**
8-
* Class PayloadData.
9-
*/
107
class PayloadData implements Arrayable
118
{
129
/**

src/Message/PayloadDataBuilder.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
namespace LaravelFCM\Message;
44

55
/**
6-
* Class PayloadDataBuilder.
7-
*
86
* Official google documentation :
97
*
108
* @link http://firebase.google.com/docs/cloud-messaging/http-server-ref#downstream-http-messages-json

src/Message/PayloadNotification.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@
44

55
use Illuminate\Contracts\Support\Arrayable;
66

7-
/**
8-
* Class PayloadNotification.
9-
*/
107
class PayloadNotification implements Arrayable
118
{
129
/**

src/Message/PayloadNotificationBuilder.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
namespace LaravelFCM\Message;
44

55
/**
6-
* Class PayloadNotificationBuilder.
76
*
87
* Official google documentation :
98
*

src/Message/Topics.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
use LaravelFCM\Message\Exceptions\NoTopicProvidedException;
77

88
/**
9-
* Class Topics.
10-
*
119
* Create topic or a topic condition
1210
*/
1311
class Topics

src/Request/BaseRequest.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22

33
namespace LaravelFCM\Request;
44

5-
/**
6-
* Class BaseRequest.
7-
*/
85
abstract class BaseRequest
96
{
107
/**

0 commit comments

Comments
 (0)