Skip to content

Commit

Permalink
LDP-682: Fix d9 compatibility in returned types. (#11)
Browse files Browse the repository at this point in the history
Co-authored-by: Petar <[email protected]>
  • Loading branch information
petarbasic and Petar authored Mar 3, 2021
1 parent 11c1a52 commit 0d471d0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/user/SharedTempStoreFactoryTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ trait SharedTempStoreFactoryTrait {
/**
* Shared tempstore factory.
*
* @var \Drupal\user\SharedTempStoreFactory
* @var \Drupal\Core\TempStore\SharedTempStoreFactory
*/
protected $sharedTempStoreFactory;

/**
* Sets shared tempstore factory.
*
* @param \Drupal\user\SharedTempStoreFactory $file_usage
* @param \Drupal\Core\TempStore\SharedTempStoreFactory $file_usage
* Shared tempstore factory.
*
* @return $this
Expand All @@ -32,7 +32,7 @@ public function setSharedTempStoreFactory(SharedTempStoreFactory $file_usage) {
/**
* Gets shared tempstore factory.
*
* @return \Drupal\user\SharedTempStoreFactory
* @return \Drupal\Core\TempStore\SharedTempStoreFactory
* Shared tempstore factory.
*/
public function getSharedTempStoreFactory() {
Expand Down

0 comments on commit 0d471d0

Please sign in to comment.