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; | ||||
| } | ||||
							
								
								
									
										10
									
								
								tests/data/B.php
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										10
									
								
								tests/data/B.php
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,10 @@ | ||||
| <?php | ||||
|  | ||||
| namespace goodboyalex\php_components_pack\tests\classes; | ||||
|  | ||||
| class B | ||||
| { | ||||
|     public string $a; | ||||
|     public int $b; | ||||
|     public string $d; | ||||
| } | ||||
		Reference in New Issue
	
	Block a user