We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4bf178 commit 62e8e4eCopy full SHA for 62e8e4e
packages/framework/src/Framework/Features/Publications/PublicationService.php
@@ -77,12 +77,12 @@ public static function getAllTags(): Collection
77
* Get all values for a given tag name.
78
*
79
* @param string $tagName
80
- * @return \Rgasch\Collection\Collection|null
+ * @return \Rgasch\Collection\Collection
81
82
* @throws \Safe\Exceptions\FilesystemException
83
* @throws \Safe\Exceptions\JsonException
84
*/
85
- public static function getValuesForTagName(string $tagName): ?Collection
+ public static function getValuesForTagName(string $tagName): Collection
86
{
87
$tags = static::getAllTags();
88
if (! $tags->get($tagName)) {
0 commit comments