Issue #3387560 by Spokje, smustgrave: Returntype incorrect for \Drupal\Core\Entity\EntityDeleteMultipleAccessCheck::$tempStore
parent
1325be71ae
commit
7f21a89a98
|
@ -23,7 +23,7 @@ class EntityDeleteMultipleAccessCheck implements AccessInterface {
|
||||||
/**
|
/**
|
||||||
* The tempstore service.
|
* The tempstore service.
|
||||||
*
|
*
|
||||||
* @var \Drupal\Core\TempStore\PrivateTempStoreFactory
|
* @var \Drupal\Core\TempStore\PrivateTempStore
|
||||||
*/
|
*/
|
||||||
protected $tempStore;
|
protected $tempStore;
|
||||||
|
|
||||||
|
@ -40,7 +40,7 @@ class EntityDeleteMultipleAccessCheck implements AccessInterface {
|
||||||
* @param \Drupal\Core\Entity\EntityTypeManagerInterface $entity_type_manager
|
* @param \Drupal\Core\Entity\EntityTypeManagerInterface $entity_type_manager
|
||||||
* The entity type manager.
|
* The entity type manager.
|
||||||
* @param \Drupal\Core\TempStore\PrivateTempStoreFactory $temp_store_factory
|
* @param \Drupal\Core\TempStore\PrivateTempStoreFactory $temp_store_factory
|
||||||
* The tempstore service.
|
* The tempstore factory service.
|
||||||
* @param \Symfony\Component\HttpFoundation\RequestStack $request_stack
|
* @param \Symfony\Component\HttpFoundation\RequestStack $request_stack
|
||||||
* The request stack service.
|
* The request stack service.
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -522,11 +522,6 @@ parameters:
|
||||||
count: 1
|
count: 1
|
||||||
path: lib/Drupal/Core/Entity/EntityConfirmFormBase.php
|
path: lib/Drupal/Core/Entity/EntityConfirmFormBase.php
|
||||||
|
|
||||||
-
|
|
||||||
message: "#^Variable \\$selection in empty\\(\\) always exists and is not falsy\\.$#"
|
|
||||||
count: 1
|
|
||||||
path: lib/Drupal/Core/Entity/EntityDeleteMultipleAccessCheck.php
|
|
||||||
|
|
||||||
-
|
-
|
||||||
message: "#^Access to an undefined property Drupal\\\\Core\\\\Entity\\\\EntityDisplayBase\\:\\:\\$_serializedKeys\\.$#"
|
message: "#^Access to an undefined property Drupal\\\\Core\\\\Entity\\\\EntityDisplayBase\\:\\:\\$_serializedKeys\\.$#"
|
||||||
count: 2
|
count: 2
|
||||||
|
|
Loading…
Reference in New Issue