From 22a82647d866572af7fcdf90b033188090c91504 Mon Sep 17 00:00:00 2001 From: Daniel Stainback Date: Tue, 23 Jul 2024 08:56:44 -0400 Subject: [PATCH] Linter --- src/Services/IPData.php | 2 ++ src/Services/IPFinder.php | 2 ++ 2 files changed, 4 insertions(+) diff --git a/src/Services/IPData.php b/src/Services/IPData.php index 1376c94..c93b2f9 100644 --- a/src/Services/IPData.php +++ b/src/Services/IPData.php @@ -8,6 +8,7 @@ /** * Class GeoIP + * * @package Torann\GeoIP\Services */ class IPData extends AbstractService @@ -36,6 +37,7 @@ public function boot() /** * {@inheritdoc} + * * @throws Exception */ public function locate($ip) diff --git a/src/Services/IPFinder.php b/src/Services/IPFinder.php index 2bc934a..b19d72d 100644 --- a/src/Services/IPFinder.php +++ b/src/Services/IPFinder.php @@ -8,6 +8,7 @@ /** * Class GeoIP + * * @package Torann\GeoIP\Services */ class IPFinder extends AbstractService @@ -39,6 +40,7 @@ public function boot() /** * {@inheritdoc} + * * @throws Exception */ public function locate($ip)