This commit is contained in:
2025-02-03 18:49:47 +03:00
parent f1a79d66ec
commit dd62ad0ca4
1739 changed files with 154102 additions and 0 deletions

10
tests/data/A.php Normal file
View File

@@ -0,0 +1,10 @@
<?php
namespace goodboyalex\php_components_pack\tests\data;
class A
{
public string $a;
public int $b;
public bool $c;
}