From 29d6ae470c08980ad0a3fbcde1706b0e41c1eb5f Mon Sep 17 00:00:00 2001 From: Anton Smirnov Date: Tue, 7 Jun 2022 00:46:34 +0300 Subject: [PATCH] Useless phpdoc --- src/Config/Config.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Config/Config.php b/src/Config/Config.php index 735dbba..4a529e0 100644 --- a/src/Config/Config.php +++ b/src/Config/Config.php @@ -108,7 +108,6 @@ final class Config return $this->allowEmptyLicense; } - /** @return bool */ public function isEnforced(): bool { return $this->enforced;