From 945d63103a63d440f7b6210aa0625b3e346b0354 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Thu, 25 May 2023 20:59:23 +0200 Subject: [PATCH] wip #5877 --- composer.json | 2 +- src/Reporting.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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; } -- 2.39.5