Commit 659cff4
committed
minor #8514 [Dependency Injection ] Fix _instanceof configuration section. (mimol91)
This PR was merged into the 3.3 branch.
Discussion
----------
[Dependency Injection ] Fix _instanceof configuration section.
It seems that previous configuration
```yml
_instanceof:
class: AppBundle\Domain\LoaderInterface
public: true
tags: ['app.domain_loader']
```
throws an error: `Type definition "class" must be a non-empty array within "_instanceof" in `. Moreover, it will not be possible to configure multiple 'elements'
After this changes it works as expected.
Commits
-------
029d11e [Dependency Injection ] Fix _instanceof configuration section.1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
489 | 489 | | |
490 | 490 | | |
491 | 491 | | |
492 | | - | |
493 | | - | |
494 | | - | |
| 492 | + | |
| 493 | + | |
| 494 | + | |
495 | 495 | | |
496 | 496 | | |
497 | 497 | | |
| |||
0 commit comments