Problem/Motivation
TypeError Drupal\Core\TempStore\SharedTempStoreFactory::__construct(): Argument #4 ($current_user) must be of type Drupal\Core\Session\AccountProxyInterface, int given, called in core/lib/Drupal/Component/DependencyInjection/Container.php on line 261.
Steps to reproduce
$ drush php
> Drupal::getContainer()
Proposed resolution
The related issue changed the SharedTempStoreFactory constructor, with no BC layer.
So copy over the arguments.
Remaining tasks
User interface changes
API changes
Data model changes
Issue fork ctools-3479903
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
geek-merlinComment #4
geek-merlinComment #5
norman.lolNice! You need 4.1.0 for this, but then it works.
Comment #7
joelpittetThanks, I wonder how you ran into this as I haven't. In any case I merged this into the dev branch.