@@ -124,8 +124,8 @@ For example, the following command lists all content items under the specified p
124124// ...
125125[[= include_code('code_samples/api/public_php_api/src/Command/FilterCommand.php', 5, 9) =]]
126126
127- // ...
128127[[= include_code('code_samples/api/public_php_api/src/Command/FilterCommand.php', 20, 21) =]]
128+ // ...
129129[[= include_code('code_samples/api/public_php_api/src/Command/FilterCommand.php', 34, 53) =]]
130130```
131131
@@ -136,7 +136,7 @@ The same Filter can be applied to find locations instead of content items, for e
136136[[= include_code('code_samples/api/public_php_api/src/Command/FilterLocationCommand.php', 5, 9) =]]
137137
138138[[= include_code('code_samples/api/public_php_api/src/Command/FilterCommand.php', 20, 21) =]]
139- // ...
139+ // ...
140140[[= include_code('code_samples/api/public_php_api/src/Command/FilterLocationCommand.php', 34, 53) =]]
141141```
142142
@@ -423,7 +423,7 @@ For a list of supported Criteria and Sort Clauses, see [Search in trash referenc
423423``` php
424424[[= include_code('code_samples/api/public_php_api/src/Command/FindInTrashCommand.php', 5, 6) =]]
425425//...
426- [[= include_code('code_samples/api/public_php_api/src/Command/FindInTrashCommand.php', 36, 42) =]]
426+ [[= include_code('code_samples/api/public_php_api/src/Command/FindInTrashCommand.php', 36, 42, remove_indent=True ) =]]
427427```
428428
429429!!! caution
0 commit comments