Skip to content

Commit

Permalink
Updated version of 68publishers/doctrine-bridge
Browse files Browse the repository at this point in the history
  • Loading branch information
tg666 committed Dec 10, 2020
1 parent fa3a1b3 commit 8f2c308
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
],
"require": {
"php": "^7.3",
"68publishers/doctrine-bridge": "^0.1",
"68publishers/doctrine-bridge": "^0.1.1",
"68publishers/doctrine-persistence": "^0.2",
"68publishers/doctrine-query-objects": "^0.1",
"68publishers/smart-nette-component": "^0.2",
Expand Down
5 changes: 2 additions & 3 deletions src/Common/DbalType/Password/PasswordType.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,10 @@ final class PasswordType extends StringType implements ContainerAwareTypeInterfa

/**
* @internal
* @param \Nette\DI\Container $container
*
* @return void
* {@inheritDoc}
*/
public function setContainer(Container $container): void
public function setContainer(Container $container, array $context = []): void
{
self::setPasswordHashStrategy($container->getByType(PasswordHashStrategyInterface::class));
}
Expand Down

0 comments on commit 8f2c308

Please sign in to comment.