Skip to content

Commit

Permalink
Update src/Reference/TagReference.php
Browse files Browse the repository at this point in the history
Co-authored-by: Alexander Makarov <sam@rmcreative.ru>
  • Loading branch information
vjik and samdark authored Nov 5, 2024
1 parent 66951c8 commit 2564009
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Reference/TagReference.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public static function to(string $tag): Reference
return Reference::to(self::makeId($tag));

Check failure on line 26 in src/Reference/TagReference.php

View workflow job for this annotation

GitHub Actions / psalm / PHP 8.1-ubuntu-latest

UndefinedMethod

src/Reference/TagReference.php:26:30: UndefinedMethod: Method Yiisoft\Di\Reference\TagReference::makeid does not exist (see https://psalm.dev/022)

Check failure on line 26 in src/Reference/TagReference.php

View workflow job for this annotation

GitHub Actions / psalm / PHP 8.2-ubuntu-latest

UndefinedMethod

src/Reference/TagReference.php:26:30: UndefinedMethod: Method Yiisoft\Di\Reference\TagReference::makeid does not exist (see https://psalm.dev/022)

Check failure on line 26 in src/Reference/TagReference.php

View workflow job for this annotation

GitHub Actions / psalm / PHP 8.3-ubuntu-latest

UndefinedMethod

src/Reference/TagReference.php:26:30: UndefinedMethod: Method Yiisoft\Di\Reference\TagReference::makeid does not exist (see https://psalm.dev/022)
}

public static function makeId(string $tag): string
public static function id(string $tag): string
{
return self::PREFIX . $tag;
}
Expand Down

0 comments on commit 2564009

Please sign in to comment.