Skip to content

Commit

Permalink
Fix deprecation notice
Browse files Browse the repository at this point in the history
  • Loading branch information
zonky2 committed May 15, 2024
1 parent d3f68f2 commit 61ae39b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/MetaModel.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
* @SuppressWarnings(PHPMD.ExcessiveClassComplexity)
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
*
* @psalm-suppress DeprecatedInterface
*/
class MetaModel implements IMetaModel
{
Expand All @@ -78,8 +80,6 @@ class MetaModel implements IMetaModel
* The service container.
*
* @var \Closure|IMetaModelsServiceContainer|null
*
* @psalm-suppress DeprecatedInterface
*/
protected $serviceContainer = null;

Expand Down

0 comments on commit 61ae39b

Please sign in to comment.