Browse Source

add class deprecation notice

main
ghost 1 year ago
parent
commit
7bb1eb5b61
  1. 3
      library/url.php

3
library/url.php

@ -1,5 +1,8 @@ @@ -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 {

Loading…
Cancel
Save