File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -346,9 +346,9 @@ dealing with the ``TransformerInterface``.
346
346
As long as you have only one concrete implementation of an interface under same
347
347
namespace, alias is not mandatory and autowire will work injecting the concrete
348
348
implementation even without alias definition.
349
- Neverthless is recommended to provide an alias in order to preserve application logic
350
- when a second concrete implementation kicks in, otherwise compiler compilation would
351
- throw an exception.
349
+ Neverthless is recommended to provide an alias in order to preserve application
350
+ logic when a second concrete implementation kicks in, otherwise compiler compilation
351
+ would throw an exception.
352
352
353
353
Dealing with Multiple Implementations of the Same Type
354
354
------------------------------------------------------
You can’t perform that action at this time.
0 commit comments