Resolve Issue #101

This commit is contained in:
djmaze 2021-07-20 16:54:32 +02:00
parent 18cedbabad
commit 146f76ad9f

View file

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