Skip to content

Commit 5b1a5d8

Browse files
Merge branch '6.4' into 7.0
* 6.4: Add missing return types to magic methods
2 parents 2542c39 + 34267d7 commit 5b1a5d8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

UnicodeString.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -338,6 +338,9 @@ public function startsWith(string|iterable|AbstractString $prefix): bool
338338
return $prefix === grapheme_extract($this->string, \strlen($prefix), \GRAPHEME_EXTR_MAXBYTES);
339339
}
340340

341+
/**
342+
* @return void
343+
*/
341344
public function __wakeup()
342345
{
343346
if (!\is_string($this->string)) {

0 commit comments

Comments
 (0)