Fix an error in the code style sample 😅

This commit is contained in:
ErickSkrauch 2024-01-23 05:20:06 +01:00
parent ca58c15e3f
commit 259b5cc89c
No known key found for this signature in database
GPG Key ID: 669339FCBB30EE0E
1 changed files with 2 additions and 2 deletions

View File

@ -77,9 +77,9 @@ class Foo extends Bar implements FooInterface {
private const SAMPLE_1 = 123;
private const SAMPLE_2 = 321;
public Typed $field1;
public $field1;
public $field2;
public Typed $field2;
public function sampleFunction(
int $a,