File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 2525 "phpstan/phpstan-php-parser" : " ^1.1" ,
2626 "phpstan/phpstan-phpunit" : " ^1.0" ,
2727 "phpstan/phpstan-strict-rules" : " ^1.0" ,
28- "phpunit/phpunit" : " ^9.5"
28+ "phpunit/phpunit" : " ^9.5" ,
29+ "tracy/tracy" : " ^2.9"
2930 },
3031 "config" : {
3132 "platform" : {
5051 }
5152 },
5253 "autoload-dev" : {
54+ "psr-4" : {
55+ "PHPStan\\ Tests\\ " : " tests/"
56+ },
5357 "classmap" : [
5458 " tests/"
5559 ]
Original file line number Diff line number Diff line change 11<?php declare (strict_types = 1 );
22
3- namespace PHPStan \Type \Nette ;
3+ namespace PHPStan \Tests \ Type \Nette ;
44
55use PhpParser \Node \Arg ;
66use PhpParser \Node \Expr ;
1313use PHPStan \Type \Generic \TemplateTypeMap ;
1414use PHPStan \Type \IterableType ;
1515use PHPStan \Type \MixedType ;
16+ use PHPStan \Type \Nette \FormContainerValuesDynamicReturnTypeExtension ;
1617use PHPStan \Type \ObjectType ;
1718use PHPStan \Type \UnionType ;
1819use PHPStan \Type \VerbosityLevel ;
You can’t perform that action at this time.
0 commit comments