Skip to content

Commit

Permalink
Linter
Browse files Browse the repository at this point in the history
  • Loading branch information
Torann committed Jul 23, 2024
1 parent 52880cd commit 22a8264
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Services/IPData.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

/**
* Class GeoIP
*
* @package Torann\GeoIP\Services
*/
class IPData extends AbstractService
Expand Down Expand Up @@ -36,6 +37,7 @@ public function boot()

/**
* {@inheritdoc}
*
* @throws Exception
*/
public function locate($ip)
Expand Down
2 changes: 2 additions & 0 deletions src/Services/IPFinder.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

/**
* Class GeoIP
*
* @package Torann\GeoIP\Services
*/
class IPFinder extends AbstractService
Expand Down Expand Up @@ -39,6 +40,7 @@ public function boot()

/**
* {@inheritdoc}
*
* @throws Exception
*/
public function locate($ip)
Expand Down

0 comments on commit 22a8264

Please sign in to comment.