Skip to content

Commit 22a8264

Browse files
committed
Linter
1 parent 52880cd commit 22a8264

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

src/Services/IPData.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
/**
1010
* Class GeoIP
11+
*
1112
* @package Torann\GeoIP\Services
1213
*/
1314
class IPData extends AbstractService
@@ -36,6 +37,7 @@ public function boot()
3637

3738
/**
3839
* {@inheritdoc}
40+
*
3941
* @throws Exception
4042
*/
4143
public function locate($ip)

src/Services/IPFinder.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
/**
1010
* Class GeoIP
11+
*
1112
* @package Torann\GeoIP\Services
1213
*/
1314
class IPFinder extends AbstractService
@@ -39,6 +40,7 @@ public function boot()
3940

4041
/**
4142
* {@inheritdoc}
43+
*
4244
* @throws Exception
4345
*/
4446
public function locate($ip)

0 commit comments

Comments
 (0)