Skip to content

Commit c0aa1a7

Browse files
imantskCopilot
andauthored
fix(copilot): comment style
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 93c700a commit c0aa1a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/php/rest-api/class-snippets-rest-controller.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ public function get_items( $request ): WP_REST_Response {
199199
$network = $request->get_param( 'network' );
200200
$all_snippets = get_snippets( [], $network );
201201

202-
// Collection params (page, per_page)
202+
// Collection params (page, per_page).
203203
$collection_params = $this->get_collection_params();
204204
$per_page = (int) $request->get_param( 'per_page' );
205205
if ( ! $per_page ) {

0 commit comments

Comments
 (0)