We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b83044 commit 9cb1182Copy full SHA for 9cb1182
docs/en/identifiers.rst
@@ -205,9 +205,7 @@ Or injected using a setter::
205
$identifier = $service->loadIdentifier('Authentication.Password');
206
$identifier->setResolver($resolver);
207
208
-3.3.0 Deprecated.
209
-
210
-Use object injection then:
+As of 3.3.0, you should pass the constructed resolver into the identifier::
211
212
$resolver = new \App\Identifier\Resolver\CustomResolver();
213
$identifier = [
0 commit comments