Skip to content

Commit 7901d61

Browse files
CrellTimWolla
andauthored
Show extra-long version.
Co-authored-by: Tim Düsterhus <[email protected]>
1 parent 3273f94 commit 7901d61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -793,7 +793,7 @@ For example:
793793
class Example
794794
{
795795
public string $newName = 'Me' {
796-
set {
796+
set(string $value) {
797797
if (strlen($value) < 3) {
798798
throw new \Exception('Too short');
799799
}

0 commit comments

Comments
 (0)