Skip to content

Commit 723dcdb

Browse files
authored
Update usage example for FilterURL class
1 parent 58c1c63 commit 723dcdb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/FilterURL.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ private static function parseUrl(string $url): ?array
4747
}
4848

4949
/* # usage example:
50-
use Wizardloop\TelegramUrlParser\filterURL;
51-
$check = filterURL::checkUrl("https://t.me/something");
50+
use Wizardloop\TelegramUrlParser\FilterURL;
51+
$check = FilterURL::checkUrl("https://t.me/something");
5252
$out1 = $check['out1'] ?? null;
5353
$out2 = $check['out2'] ?? null;
5454
$out3 = $check['out3'] ?? null;

0 commit comments

Comments
 (0)