Mark old EmbedFilter and Password classes as deprecated

This commit is contained in:
Kijin Sung 2023-10-04 01:22:30 +09:00
parent 3c9828ec5f
commit 2a1aad7c1b
2 changed files with 6 additions and 0 deletions

View file

@ -1,5 +1,8 @@
<?php <?php
/**
* @deprecated
*/
class EmbedFilter class EmbedFilter
{ {
/** /**

View file

@ -1,5 +1,8 @@
<?php <?php
/**
* @deprecated
*/
class Password class Password
{ {
public static function registerCustomAlgorithm($name, $regexp, $callback) public static function registerCustomAlgorithm($name, $regexp, $callback)