Skip to content

Commit

Permalink
Merge pull request #1229 from micaherne/patch-2
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
sarjona authored Jan 13, 2025
2 parents 4ec713d + d6b8966 commit f297f41
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/apis/core/di/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ The container is already reset after each test when running unit tests. It is no
:::

```php title="Resetting the Container"
\core\di::reset_container():
\core\di::reset_container();
```

:::danger
Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-4.4/apis/core/di/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ The container is already reset after each test when running unit tests. It is no
:::

```php title="Resetting the Container"
\core\di::reset_container():
\core\di::reset_container();
```

:::danger
Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-4.5/apis/core/di/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ The container is already reset after each test when running unit tests. It is no
:::

```php title="Resetting the Container"
\core\di::reset_container():
\core\di::reset_container();
```

:::danger
Expand Down

0 comments on commit f297f41

Please sign in to comment.