Skip to content

Commit 79cb032

Browse files
committed
some phpdoc cleanup
1 parent f80c0ea commit 79cb032

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

src/Rest/AbandonedCarts/Controller.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,9 @@ public function register_routes() {
7171
/**
7272
* Check whether a given request has permission to show abandoned carts.
7373
*
74+
* @author George Gecewicz <[email protected]>
75+
* @since 2019-11-12
76+
*
7477
* @param WP_REST_Request $request Full details about the request.
7578
* @return WP_Error|boolean
7679
*/

src/Rest/AbandonedCarts/Schema.php

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,14 @@ public static function get_public_item_schema() {
150150
];
151151
}
152152

153+
/**
154+
* Get properties for individual Products definition in Schema.
155+
*
156+
* @author George Gecewicz <[email protected]>
157+
* @since 2019-11-13
158+
*
159+
* @return array
160+
*/
153161
public static function get_products_properties() {
154162
return [
155163
'key' => [

0 commit comments

Comments
 (0)