- Issue created by @marcoliver
- Status changed to Fixed
8 months ago 12:50pm 27 March 2024 Automatically closed - issue fixed for 2 weeks with no activity.
We are getting a few phpstan / upgrade_status reports for the current version of the module:
Line src/AnnoyingPopupRepository.php
80 Relying on entity queries to check access by default is deprecated in drupal:9.2.0 and an error will be thrown from drupal:10.0.0. Call
\Drupal\Core\Entity\Query\QueryInterface::accessCheck() with TRUE or FALSE to specify whether access should be checked.
💡 See https://www.drupal.org/node/3201242
Line src/Form/AnnoyingPopupForm.php
225 Relying on entity queries to check access by default is deprecated in drupal:9.2.0 and an error will be thrown from drupal:10.0.0. Call
\Drupal\Core\Entity\Query\QueryInterface::accessCheck() with TRUE or FALSE to specify whether access should be checked.
💡 See https://www.drupal.org/node/3201242
The 'annoying_popup' library is depending on a deprecated library. The core/js-cookie asset library is deprecated in Drupal 10.1.0 and will be removed in Drupal 11.0.0. There is no replacement. See https://www.drupal.org/node/3322720
Fixed
2.1
Code
Automatically closed - issue fixed for 2 weeks with no activity.