Skip to content

Commit

Permalink
Update Plugin.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey Helldar authored Sep 25, 2021
1 parent 56243c1 commit 3dc1c5f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/LangPublisher/Plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 3dc1c5f

Please sign in to comment.