Skip to content

Commit

Permalink
Mark internal
Browse files Browse the repository at this point in the history
  • Loading branch information
Propaganistas committed Apr 24, 2024
1 parent 068420a commit 44efd6e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Concerns/PhoneNumberCountry.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
use Illuminate\Support\Collection;
use libphonenumber\PhoneNumberUtil;

/**
* @internal
*/
class PhoneNumberCountry
{
public static function all(): array
Expand Down
3 changes: 3 additions & 0 deletions src/Concerns/PhoneNumberFormat.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
use libphonenumber\PhoneNumberFormat as libPhoneNumberFormat;
use ReflectionClass;

/**
* @internal
*/
class PhoneNumberFormat
{
public static function all(): array
Expand Down
3 changes: 3 additions & 0 deletions src/Concerns/PhoneNumberType.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
use libphonenumber\PhoneNumberType as libPhoneNumberType;
use ReflectionClass;

/**
* @internal
*/
class PhoneNumberType
{
public static function all(): array
Expand Down

0 comments on commit 44efd6e

Please sign in to comment.