Skip to content

Commit

Permalink
Fix a minor PHPStan issue
Browse files Browse the repository at this point in the history
  • Loading branch information
javiereguiluz committed Oct 22, 2023
1 parent c3e8b10 commit a134a1c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Menu/MenuItemMatcherInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@

class_exists(ContractMenuItemMatcherInterface::class);

/** @phpstan-ignore-next-line */
if (false) {
/**
* @deprecated since EasyAdmin 4.8.1, to be removed in 5.0, use {@link ContractMenuItemMatcherInterface} instead
Expand Down

0 comments on commit a134a1c

Please sign in to comment.