Skip to content

Commit

Permalink
Deprecated PHPStan\Reflection\Generic\ResolvedFunctionVariant
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes committed Jan 12, 2021
1 parent c8174d5 commit 959b6e9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions src/Reflection/Generic/ResolvedFunctionVariant.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
use PHPStan\Type\Generic\TemplateTypeMap;
use PHPStan\Type\Type;

/**
* @deprecated Use PHPStan\Reflection\ResolvedFunctionVariant
*/
class ResolvedFunctionVariant implements ParametersAcceptor
{

Expand Down
1 change: 0 additions & 1 deletion src/Reflection/GenericParametersAcceptorResolver.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

namespace PHPStan\Reflection;

use PHPStan\Reflection\Generic\ResolvedFunctionVariant;
use PHPStan\Type\ErrorType;
use PHPStan\Type\Generic\TemplateTypeMap;
use PHPStan\Type\Type;
Expand Down

0 comments on commit 959b6e9

Please sign in to comment.