Skip to content

Commit 546b357

Browse files
wouterjnicolas-grekas
authored andcommitted
Add void return types
1 parent 04d148a commit 546b357

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Slugger/AsciiSlugger.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,9 @@ public function __construct(string $defaultLocale = null, array|\Closure $symbol
7474
$this->symbolsMap = $symbolsMap ?? $this->symbolsMap;
7575
}
7676

77+
/**
78+
* @return void
79+
*/
7780
public function setLocale(string $locale)
7881
{
7982
$this->defaultLocale = $locale;

0 commit comments

Comments
 (0)