mirror of
https://github.com/danog/psalm-plugin-laravel.git
synced 2024-11-26 20:34:48 +01:00
chore: ignore deprecated warnings for now
This commit is contained in:
parent
a835935b98
commit
c62c126b81
@ -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
|
||||
{
|
||||
/**
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user