Cleanup some PHP namespaces

This commit is contained in:
djmaze 2020-07-29 12:41:45 +02:00
parent bc79a4f5b1
commit fa39c7ecba
3 changed files with 4 additions and 9 deletions

View file

@ -4,10 +4,6 @@ namespace RainLoop\Plugins;
class Helper
{
function __construct()
{
}
static public function ValidateWildcardValues(string $sString, string $sWildcardValues, string &$sFoundedValue) : bool
{
$sFoundedValue = '';