Commit 8eb5d11
authored
Fix extension cannot replace non-defined argument
Fixing:
```
In Definition.php line 271:
[Symfony\Component\DependencyInjection\Exception\OutOfBoundsException]
The index "2" is not in the range [0, 1].
Exception trace:
at /srv/app/vendor/symfony/dependency-injection/Definition.php:271
Symfony\Component\DependencyInjection\Definition->replaceArgument() at /srv/app/vendor/willdurand/geocoder-bundle/DependencyInjection/BazingaGeocoderExtension.php:59
```1 parent 5bfd493 commit 8eb5d11
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
0 commit comments