Skip to content

Commit ced1430

Browse files
committed
Adjusted code sample usage
1 parent 8844ff2 commit ced1430

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/search/criteria_reference/notification_datecreated_criterion.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ The `DateCreated` Search Criterion searches for notifications based on the date
1616

1717
### PHP
1818

19-
```php hl_lines="14-15 17"
19+
```php hl_lines="16-17 19"
2020
[[= include_file('code_samples/notifications/Src/Query/search.php') =]]
2121
```

docs/search/criteria_reference/notification_status_criterion.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ The `Status` Search Criterion searches for notifications based on notification s
1515

1616
### PHP
1717

18-
```php hl_lines="12"
18+
```php hl_lines="14"
1919
[[= include_file('code_samples/notifications/Src/Query/search.php') =]]
2020
```

docs/search/criteria_reference/notification_type_criterion.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ The `Type` Search Criterion searches for notifications by their types.
1515

1616
### PHP
1717

18-
```php hl_lines="11"
18+
```php hl_lines="13"
1919
[[= include_file('code_samples/notifications/Src/Query/search.php') =]]
2020
```

0 commit comments

Comments
 (0)