Skip to content

Commit 5592ffe

Browse files
committed
fix some whitespace issues
1 parent 0e3d74b commit 5592ffe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Rest/AbandonedCarts/Schema.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class Schema {
2323
* @since 2019-11-13
2424
*
2525
* @return array
26-
* */
26+
*/
2727
public static function get_collection_params() {
2828
return [
2929
'page' => [
@@ -48,7 +48,7 @@ public static function get_collection_params() {
4848
'type' => 'string',
4949
],
5050
];
51-
}
51+
}
5252

5353
/**
5454
* Get the Abandoned Cart's schema for public consumption.

0 commit comments

Comments
 (0)