Skip to content

Commit 1e6eaf1

Browse files
committed
lib/php/util.php : remove php7.1 only void constraint
1 parent ad4b076 commit 1e6eaf1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

09-Auth/lib/php/util.php

+2-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ public static function ses(string $k, string $v = '', string $x = null) : string
4040
: ($_SESSION[$k] ?? $v));
4141
}
4242

43-
public static function cfg($g) : void
43+
// public static function cfg($g) : void // php7.1 only
44+
public static function cfg($g)
4445
{
4546
error_log(__METHOD__);
4647

0 commit comments

Comments
 (0)