From: Vincent Vanwaelscappel Date: Thu, 25 May 2023 18:59:23 +0000 (+0200) Subject: wip #5877 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=945d63103a63d440f7b6210aa0625b3e346b0354;p=cubist_matomo.git wip #5877 --- diff --git a/composer.json b/composer.json index 9f94bee..645602a 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,7 @@ } ], "require": { - "php": ">=7.2", + "php": ">=8.0", "guzzlehttp/guzzle": "^7.7", "ext-json": "*", "illuminate/cache": ">=5", diff --git a/src/Reporting.php b/src/Reporting.php index 0f806da..c2cffa5 100644 --- a/src/Reporting.php +++ b/src/Reporting.php @@ -187,9 +187,9 @@ class Reporting { /** * Get date * - * @return string + * @return string|null */ - public function getDate(): string { + public function getDate(): string|null { return $this->date; }