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.