Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ziming committed Jan 25, 2024
2 parents 770c849 + 1529bce commit 23d83b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/helpers.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ function sniper_link_quick(string $receiverEmail, ?string $fromEmail = null): ?s

if (! function_exists('email_sniper_link')) {
/**
* @throws \Detection\Exception\MobileDetectException
* @throws Detection\Exception\MobileDetectException
*/
function sniper_link_quick(string $receiverEmail, ?string $fromEmail = null): ?string

Check failure on line 18 in src/helpers.php

View workflow job for this annotation

GitHub Actions / P8.3 - L10.* - prefer-lowest - ubuntu-latest

Cannot redeclare sniper_link_quick() (previously declared in /home/runner/work/laravel-email-sniper-link/laravel-email-sniper-link/src/helpers.php:8)

Check failure on line 18 in src/helpers.php

View workflow job for this annotation

GitHub Actions / P8.3 - L10.* - prefer-stable - ubuntu-latest

Cannot redeclare sniper_link_quick() (previously declared in /home/runner/work/laravel-email-sniper-link/laravel-email-sniper-link/src/helpers.php:8)

Check failure on line 18 in src/helpers.php

View workflow job for this annotation

GitHub Actions / P8.2 - L10.* - prefer-lowest - ubuntu-latest

Cannot redeclare sniper_link_quick() (previously declared in /home/runner/work/laravel-email-sniper-link/laravel-email-sniper-link/src/helpers.php:8)

Check failure on line 18 in src/helpers.php

View workflow job for this annotation

GitHub Actions / P8.2 - L10.* - prefer-stable - ubuntu-latest

Cannot redeclare sniper_link_quick() (previously declared in /home/runner/work/laravel-email-sniper-link/laravel-email-sniper-link/src/helpers.php:8)

Check failure on line 18 in src/helpers.php

View workflow job for this annotation

GitHub Actions / P8.1 - L10.* - prefer-lowest - ubuntu-latest

Cannot redeclare sniper_link_quick() (previously declared in /home/runner/work/laravel-email-sniper-link/laravel-email-sniper-link/src/helpers.php:8)

Check failure on line 18 in src/helpers.php

View workflow job for this annotation

GitHub Actions / P8.1 - L10.* - prefer-stable - ubuntu-latest

Cannot redeclare sniper_link_quick() (previously declared in /home/runner/work/laravel-email-sniper-link/laravel-email-sniper-link/src/helpers.php:8)
{
Expand Down

0 comments on commit 23d83b9

Please sign in to comment.