mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 10:41:40 +09:00
Mark old EmbedFilter and Password classes as deprecated
This commit is contained in:
parent
3c9828ec5f
commit
2a1aad7c1b
2 changed files with 6 additions and 0 deletions
|
|
@ -1,5 +1,8 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @deprecated
|
||||||
|
*/
|
||||||
class EmbedFilter
|
class EmbedFilter
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
|
|
@ -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)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue