Verified Commit 971b6a3c authored by dockx thibault's avatar dockx thibault
Browse files

:sparkles: Feat(Reminder) - adapt for php 7.3

Adapts for php 7.3
Showing with 5 additions and 5 deletions
+5 -5
......@@ -34,11 +34,11 @@ require_once('variables.inc');
class reminderFrontEnd extends standAlonePage
{
private string $token;
private array $task;
private string $uid;
private string $userDN;
private array $message;
private $token; //string
private $task; //array
private $uid; //string
private $userDN; //string
private $message; //array
/**
* @return bool
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment