File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -219,7 +219,7 @@ The container is already reset after each test when running unit tests. It is no
219
219
:::
220
220
221
221
``` php title="Resetting the Container"
222
- \core\di::reset_container():
222
+ \core\di::reset_container();
223
223
```
224
224
225
225
::: danger
Original file line number Diff line number Diff line change @@ -219,7 +219,7 @@ The container is already reset after each test when running unit tests. It is no
219
219
:::
220
220
221
221
``` php title="Resetting the Container"
222
- \core\di::reset_container():
222
+ \core\di::reset_container();
223
223
```
224
224
225
225
::: danger
Original file line number Diff line number Diff line change @@ -219,7 +219,7 @@ The container is already reset after each test when running unit tests. It is no
219
219
:::
220
220
221
221
``` php title="Resetting the Container"
222
- \core\di::reset_container():
222
+ \core\di::reset_container();
223
223
```
224
224
225
225
::: danger
You can’t perform that action at this time.
0 commit comments