From a6b64ab08b4e2cb8808f2cb960fcaacac9218bbb Mon Sep 17 00:00:00 2001 From: Thomas Peterson Date: Wed, 8 Jun 2022 09:58:06 +0200 Subject: [PATCH] Fix Typo --- src/Article.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Article.php b/src/Article.php index 0c162cc..b37eb35 100644 --- a/src/Article.php +++ b/src/Article.php @@ -27,7 +27,7 @@ class Article $this->preCalc = $preCalc; } - public function getPreCalc() + public function getPreCalc(): PreCalc { return $this->preCalc; }