From 259b5cc89cb378c402c0b43ae147f330b243789c Mon Sep 17 00:00:00 2001 From: ErickSkrauch Date: Tue, 23 Jan 2024 05:20:06 +0100 Subject: [PATCH] =?UTF-8?q?Fix=20an=20error=20in=20the=20code=20style=20sa?= =?UTF-8?q?mple=20=F0=9F=98=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bb2dff2..471c667 100644 --- a/README.md +++ b/README.md @@ -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,