| @@ -54,9 +54,8 @@ | ||
| 54 | 54 | * @type bool $secure Should the cookie be sent only over https? |
| 55 | 55 | * @type bool $httponly Should the cookie accessed only over http protocol? Defaults to false. |
| 56 | 56 | * @type string $samesite Either 'Strict', 'Lax' or 'None', defaults to 'Lax'. |
| 57 | 57 | * } |
| 58 | - * @return void | |
| 59 | 58 | */ |
| 60 | 59 | public static function set( $lang, $args = array() ) { |
| 61 | 60 | $args = self::parse_args( $args ); |
| 62 | 61 | |