Skip to content

Commit 16ceecb

Browse files
committed
Fix simple liniting issues
1 parent 5c8ca8d commit 16ceecb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

mu-plugins/osi-api/osi-api.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,17 +49,17 @@ public function register_routes() {
4949
'callback' => array( $this, 'get_licenses' ),
5050
'permission_callback' => '__return_true',
5151
'args' => array(
52-
'id' => array(
52+
'id' => array(
5353
'required' => false,
5454
'type' => 'string',
5555
'description' => 'Filter by license name',
5656
),
57-
'keyword' => array(
57+
'keyword' => array(
5858
'required' => false,
5959
'type' => 'string',
6060
'description' => 'Filter licenses by keyword',
6161
),
62-
'steward' => array(
62+
'steward' => array(
6363
'required' => false,
6464
'type' => 'string',
6565
'description' => 'Filter licenses by steward',

0 commit comments

Comments
 (0)