Skip to content

Commit a34e2ca

Browse files
authored
Merge pull request #73 from jrfnl/feature/4.6-modifier-keywords-fix-code-sample
Modified Keywords code sample contains parse errors
2 parents 396af44 + 4caa0ab commit a34e2ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -676,9 +676,9 @@ namespace Vendor\Package;
676676

677677
abstract class ClassName
678678
{
679-
protected static readonly string $foo;
679+
protected static string $foo;
680680

681-
final protected int $beep;
681+
private readonly int $beep;
682682

683683
abstract protected function zim();
684684

0 commit comments

Comments
 (0)