Skip to content

Commit 8d3c005

Browse files
authored
Fixed test cases (#7643)
1 parent aa20da3 commit 8d3c005

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/Stringable.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,8 @@ public function __get($key)
5757

5858
/**
5959
* Get the raw string value.
60-
*
61-
* @return string
6260
*/
63-
public function __toString()
61+
public function __toString(): string
6462
{
6563
return $this->value;
6664
}

0 commit comments

Comments
 (0)