]> _ Git - cubist_matomo.git/commitdiff
wip #5877
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 25 May 2023 18:59:23 +0000 (20:59 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 25 May 2023 18:59:23 +0000 (20:59 +0200)
composer.json
src/Reporting.php

index 9f94bee2cc29f9f6db8091514246905aae60ba8c..645602a5095c973478956f1bdd75e8042f590d25 100644 (file)
@@ -22,7 +22,7 @@
         }
     ],
     "require": {
-        "php": ">=7.2",
+        "php": ">=8.0",
         "guzzlehttp/guzzle": "^7.7",
         "ext-json": "*",
         "illuminate/cache": ">=5",
index 0f806da93794edcd98aa4c7bbfbfb50b501bf131..c2cffa5309427a9cf91c359d51f187c8f28b6bbf 100644 (file)
@@ -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;
     }