Skip to content

Commit 9404a42

Browse files
authored
Merge pull request #121 from norkunas/analysis-8AdwNN
Apply fixes from StyleCI
2 parents 61e527f + 33e4da6 commit 9404a42

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

src/Devices.php

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,29 @@ class Devices
99
const DEVICES_LIMIT = 300;
1010

1111
const IOS = 0;
12+
1213
const ANDROID = 1;
14+
1315
const AMAZON = 2;
16+
1417
const WINDOWS_PHONE = 3;
18+
1519
const WINDOWS_PHONE_MPNS = 3;
20+
1621
const CHROME_APP = 4;
22+
1723
const CHROME_WEB = 5;
24+
1825
const WINDOWS_PHONE_WNS = 6;
26+
1927
const SAFARI = 7;
28+
2029
const FIREFOX = 8;
30+
2131
const MACOS = 9;
32+
2233
const ALEXA = 10;
34+
2335
const EMAIL = 11;
2436

2537
protected $api;

src/Resolver/NotificationResolver.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
class NotificationResolver implements ResolverInterface
1010
{
1111
const SEND_AFTER_FORMAT = 'Y-m-d H:i:sO';
12+
1213
const DELIVERY_TIME_OF_DAY_FORMAT = 'g:iA';
1314

1415
private $config;

0 commit comments

Comments
 (0)