Drupal 9 readiness
>>> [!note] Migrated issue
<!-- Drupal.org comment -->
<!-- Migrated from issue #3132519. -->
Reported by: [dgaspara](https://www.drupal.org/user/3557179)
>>>
<p>Please remove deprecated code:</p>
<pre> 15/15 [============================] 100%<br><br> ------ ----------------------------------------------------------------------<br> Line src\Tracker.php<br> ------ ----------------------------------------------------------------------<br> 149 Parameter $entity_query of method Drupal\menu_entity_index\Tracker::__construct() has typehint with deprecated class Drupal\Core\Entity\Query\QueryFactory:<br> in drupal:8.3.0 and is removed from drupal:9.0.0. Use<br> \Drupal\Core\Entity\EntityStorageInterface::getQuery() or<br> \Drupal\Core\Entity\EntityStorageInterface::getAggregateQuery() instead.<br> ------ ----------------------------------------------------------------------<br><br> [ERROR] Found 1 error</pre>
issue