Skip to content

Commit 10b097f

Browse files
committed
phpcs fixes
1 parent 250dbdd commit 10b097f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Tribe/Tickets.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ public function get_ticket( $post_id, $ticket_id ) {
399399
* @since 5.8.0 Added the `$context` parameter.
400400
* @since TBD Correct the docblock to reflect the method's behavior.
401401
*
402-
* @param int $post_id Build the args to query only
402+
* @param int $post_id Build the args to query only
403403
* for tickets related to this post ID.
404404
* @param string|null $context The context of the query.
405405
*

src/Tribe/Tickets_Handler.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -515,7 +515,7 @@ public function get_object_connections( $object ) {
515515
* @since TBD Ensure that if we are querying for more than one ticket provider, the meta query relation is set to OR.
516516
* @since TBD Correct the docblock to reflect the method's behavior.
517517
*
518-
* @param int $post
518+
* @param int $post Which post we are getting the tickets from.
519519
* @return array
520520
*/
521521
public function get_tickets_ids( $post = null ) {

0 commit comments

Comments
 (0)