mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-01-04 14:02:17 +08:00
Resolve Issue #101
This commit is contained in:
parent
18cedbabad
commit
146f76ad9f
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ namespace RainLoop\Plugins;
|
||||||
|
|
||||||
class Helper
|
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 = '';
|
$sFoundedValue = '';
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue