Skip to content

Commit c772dc8

Browse files
committed
Add missing header.
1 parent 47bf29d commit c772dc8

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

docs/en/core-libraries/hash.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,8 @@ $results = Hash::extract($users, '{n}.id');
7777
// [1,2,3,4];
7878
```
7979

80+
### Hash::insert()
81+
8082
`static` Cake\\Utility\\Hash::**insert**(ArrayAccess|array $data, string $path, mixed $values = null): ArrayAccess|array
8183

8284
Inserts `$values` into an array as defined by `$path`:

docs/en/views/helpers/html.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -641,7 +641,7 @@ Support for `script` tags inside `scriptStart()`/`scriptEnd()` was added.
641641

642642
### Creating Javascript Importmap
643643

644-
`method` Cake\\View\\Helper\\HtmlHelper::**importmap(array $map, array $options = []): string**()
644+
`method` Cake\\View\\Helper\\HtmlHelper::**importmap**(array $map, array $options = []): string
645645

646646
Creates an `importmap` script tag for your JavaScript files:
647647

0 commit comments

Comments
 (0)