You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
static public function parseRfcString($string)
{
trigger_error('parseRfcString() is deprecated - use new RRule(), RRule::createFromRfcString() or \RRule\RfcParser::parseRRule() if necessary',E_USER_DEPRECATED);
return RfcParser::parseRRule($sring);
}
is returning a misspelled $sring variable instead of $string, that causes an error on parsing the provided text.
The text was updated successfully, but these errors were encountered:
The file src/RRule.php, on line 660
is returning a misspelled $sring variable instead of $string, that causes an error on parsing the provided text.
The text was updated successfully, but these errors were encountered: