mirror of
https://github.com/linuxserver/Heimdall.git
synced 2025-11-30 12:09:57 +09:00
Add type hints for Laravel 10
This commit is contained in:
@@ -9,7 +9,7 @@ class SlugTest extends TestCase
|
||||
/**
|
||||
* @return void
|
||||
*/
|
||||
public function test_slug_returns_valid_tag_for_cn_characters_when_language_is_set_to_en_US()
|
||||
public function test_slug_returns_valid_tag_for_cn_characters_when_language_is_set_to_en_US(): void
|
||||
{
|
||||
$tag = str_slug('中文測試', '-', 'en_US');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user