mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-04 23:17:02 +03:00
Cleanup some PHP namespaces
This commit is contained in:
parent
bc79a4f5b1
commit
fa39c7ecba
3 changed files with 4 additions and 9 deletions
|
|
@ -4,10 +4,6 @@ namespace RainLoop\Plugins;
|
|||
|
||||
class Helper
|
||||
{
|
||||
function __construct()
|
||||
{
|
||||
}
|
||||
|
||||
static public function ValidateWildcardValues(string $sString, string $sWildcardValues, string &$sFoundedValue) : bool
|
||||
{
|
||||
$sFoundedValue = '';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue