20250203
This commit is contained in:
10
tests/data/A.php
Normal file
10
tests/data/A.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace goodboyalex\php_components_pack\tests\data;
|
||||
|
||||
class A
|
||||
{
|
||||
public string $a;
|
||||
public int $b;
|
||||
public bool $c;
|
||||
}
|
Reference in New Issue
Block a user