Skip to content

Commit f297f41

Browse files
authored
Merge pull request #1229 from micaherne/patch-2
Fix typo
2 parents 4ec713d + d6b8966 commit f297f41

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/apis/core/di/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ The container is already reset after each test when running unit tests. It is no
219219
:::
220220

221221
```php title="Resetting the Container"
222-
\core\di::reset_container():
222+
\core\di::reset_container();
223223
```
224224

225225
:::danger

versioned_docs/version-4.4/apis/core/di/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ The container is already reset after each test when running unit tests. It is no
219219
:::
220220

221221
```php title="Resetting the Container"
222-
\core\di::reset_container():
222+
\core\di::reset_container();
223223
```
224224

225225
:::danger

versioned_docs/version-4.5/apis/core/di/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ The container is already reset after each test when running unit tests. It is no
219219
:::
220220

221221
```php title="Resetting the Container"
222-
\core\di::reset_container():
222+
\core\di::reset_container();
223223
```
224224

225225
:::danger

0 commit comments

Comments
 (0)