mirror of
https://github.com/elyby/php-code-style.git
synced 2024-11-26 00:38:44 +05:30
Fix an error in the code style sample 😅
This commit is contained in:
parent
ca58c15e3f
commit
259b5cc89c
@ -77,9 +77,9 @@ class Foo extends Bar implements FooInterface {
|
|||||||
private const SAMPLE_1 = 123;
|
private const SAMPLE_1 = 123;
|
||||||
private const SAMPLE_2 = 321;
|
private const SAMPLE_2 = 321;
|
||||||
|
|
||||||
public Typed $field1;
|
public $field1;
|
||||||
|
|
||||||
public $field2;
|
public Typed $field2;
|
||||||
|
|
||||||
public function sampleFunction(
|
public function sampleFunction(
|
||||||
int $a,
|
int $a,
|
||||||
|
Loading…
Reference in New Issue
Block a user