Skip to content

Commit 685903d

Browse files
committed
Add missing since tags
1 parent c980ae8 commit 685903d

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

src/Tickets/Commerce/Cart/Abstract_Cart.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,8 @@ public function get_hash() {
222222
/**
223223
* Add the full set of parameters to the items in the cart.
224224
*
225+
* @since TBD
226+
*
225227
* @param array $items The items in the cart.
226228
*
227229
* @return array The items in the cart with the full set of parameters.

src/Tickets/Commerce/Cart/Agnostic_Cart.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -366,6 +366,8 @@ public function process( array $data = [] ) {
366366
/**
367367
* Add the full set of parameters to the items in the cart.
368368
*
369+
* @since TBD
370+
*
369371
* @param array $items The items in the cart.
370372
*
371373
* @return array The items in the cart with the full set of parameters.
@@ -403,6 +405,8 @@ function ( $item ) {
403405
/**
404406
* Add the ticket parameters to the item in the cart.
405407
*
408+
* @since TBD
409+
*
406410
* @param array $item The item in the cart.
407411
*
408412
* @return ?array The item in the cart with the full set of parameters.

0 commit comments

Comments
 (0)