mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2025-01-05 05:25:06 +03:00
Allow the notification method to return a null time zone value (like the library does)(#1597)
This commit is contained in:
parent
855a7e841a
commit
d58d9f7434
1 changed files with 2 additions and 2 deletions
|
@ -148,9 +148,9 @@ if (!function_exists('format_timezone')) {
|
||||||
*
|
*
|
||||||
* @param string $value
|
* @param string $value
|
||||||
*
|
*
|
||||||
* @return string
|
* @return string|null
|
||||||
*/
|
*/
|
||||||
function format_timezone(string $value): string
|
function format_timezone(string $value): ?string
|
||||||
{
|
{
|
||||||
/** @var EA_Controller $CI */
|
/** @var EA_Controller $CI */
|
||||||
$CI = &get_instance();
|
$CI = &get_instance();
|
||||||
|
|
Loading…
Reference in a new issue