From 3dc1c5fa93a76f50f293319700f78e2168d36f31 Mon Sep 17 00:00:00 2001 From: Andrey Helldar Date: Sat, 25 Sep 2021 15:49:45 +0300 Subject: [PATCH] Update Plugin.php --- src/LangPublisher/Plugin.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/LangPublisher/Plugin.php b/src/LangPublisher/Plugin.php index 4457ad7..d0993be 100644 --- a/src/LangPublisher/Plugin.php +++ b/src/LangPublisher/Plugin.php @@ -25,11 +25,11 @@ interface Plugin * Specifies the namespace of the package, upon detection * of which the localization will be installed. * - * Leave blank if you always need to install the localization. + * Return `null` if you always need to install the localization. * - * @return string + * @return string|null */ - public function vendor(): string; + public function vendor(): ?string; /** * Specifies the relative path to the source files.