Skip to content

Commit

Permalink
Merge branch 'master' into feature/te-5976/dev-csrf-protection
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-volkov committed Jun 26, 2020
2 parents 2e8fe33 + d3853ea commit 8377dc5
Show file tree
Hide file tree
Showing 3 changed files with 82 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ codeception.yml export-ignore
dependency.json export-ignore
phpstan.json export-ignore
phpstan.neon export-ignore
psalm-report.json export-ignore linguist-generated=true
tooling.yml export-ignore
.coveralls.yml export-ignore
.travis.yml export-ignore
Expand Down
79 changes: 79 additions & 0 deletions psalm-report.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ public function provideDependencies(Container $container)
*/
protected function addWishlistClient(Container $container): Container
{
$container[static::CLIENT_WISHLIST] = function (Container $container) {
$container->set(static::CLIENT_WISHLIST, function (Container $container) {
return new WishlistWidgetToWishlistClientBridge($container->getLocator()->wishlist()->client());
};
});

return $container;
}
Expand Down

0 comments on commit 8377dc5

Please sign in to comment.