Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/content_management/pages/page_block_attributes.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ for example `AbstractType` for any custom type or `IntegerType` for numeric type

To define the type, create a `src/Block/Attribute/MyStringAttributeType.php` file:

``` php hl_lines="5 6 15"
``` php hl_lines="5 6 17"
[[= include_file('code_samples/page/custom_attribute/src/Block/Attribute/MyStringAttributeType.php') =]]
```

Expand Down
2 changes: 1 addition & 1 deletion docs/search/search_api.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ For example, to search for all content of a selected content type, use one Crite

The following command takes the content type identifier as an argument and lists all results:

``` php hl_lines="12 14"
``` php hl_lines="11 13"
// ...
[[= include_file('code_samples/api/public_php_api/src/Command/FindContentCommand.php', 4, 7) =]]// ...
[[= include_file('code_samples/api/public_php_api/src/Command/FindContentCommand.php', 14, 18) =]] // ...
Expand Down