chore: ignore deprecated warnings for now

This commit is contained in:
fiachra mcdermott 2021-06-21 18:39:48 -07:00
parent a835935b98
commit c62c126b81
2 changed files with 6 additions and 0 deletions

View File

@ -23,6 +23,9 @@ use function array_merge;
use function array_values;
use function strtolower;
/**
* @psalm-suppress DeprecatedInterface
*/
final class ContainerHandler implements AfterClassLikeVisitInterface, FunctionReturnTypeProviderInterface, MethodReturnTypeProviderInterface
{
/**

View File

@ -16,6 +16,9 @@ use Psalm\StatementsSource;
use function in_array;
use function str_replace;
/**
* @psalm-suppress DeprecatedInterface
*/
class ModelPropertyHandler implements
\Psalm\Plugin\Hook\PropertyExistenceProviderInterface,
\Psalm\Plugin\Hook\PropertyVisibilityProviderInterface,