add class deprecation notice

This commit is contained in:
ghost 2023-08-07 13:22:24 +03:00
parent 034a683df7
commit 7bb1eb5b61

View File

@ -1,5 +1,8 @@
<?php
// @TODO deprecated, replace by the common library
// https://github.com/YGGverse/parser-php
class URL {
public static function is(string $url) : bool {