20250203-1
This commit is contained in:
		| @@ -7,4 +7,11 @@ class A | ||||
|     public string $a; | ||||
|     public int $b; | ||||
|     public bool $c; | ||||
|  | ||||
|     public function __construct (string $a = "", int $b = 0, bool $c = false) | ||||
|     { | ||||
|         $this->a = $a; | ||||
|         $this->b = $b; | ||||
|         $this->c = $c; | ||||
|     } | ||||
| } | ||||
		Reference in New Issue
	
	Block a user