Skip to content

Commit 259b5cc

Browse files
committed
Fix an error in the code style sample 😅
1 parent ca58c15 commit 259b5cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,9 @@ class Foo extends Bar implements FooInterface {
7777
private const SAMPLE_1 = 123;
7878
private const SAMPLE_2 = 321;
7979

80-
public Typed $field1;
80+
public $field1;
8181

82-
public $field2;
82+
public Typed $field2;
8383

8484
public function sampleFunction(
8585
int $a,

0 commit comments

Comments
 (0)