Skip to content

Commit 87926e2

Browse files
authored
PHP Linting again.
1 parent e0fd8f0 commit 87926e2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

public_html/wp-content/plugins/camptix/addons/require-login.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public function __construct() {
4646
add_filter( 'camptix_attendees_shortcode_query_args', array( $this, 'hide_unconfirmed_attendees' ) );
4747
add_filter( 'camptix_private_attendees_parameters', array( $this, 'prevent_unknown_attendees_viewing_private_content' ) );
4848

49-
// Camptix Notify
49+
// Camptix Notify.
5050
add_filter( 'camptix_notify_segment_fields', array( $this, 'camptix_notify_segment_fields' ) );
5151
add_filter( 'camptix_notify_segment_query', array( $this, 'camptix_notify_segment_query' ), 10, 2 );
5252
}
@@ -899,7 +899,7 @@ public function camptix_notify_segment_fields( $segments ) {
899899
'caption' => __( 'Unconfirmed', 'wordcamporg' ),
900900
'value' => 'unconfirmed',
901901
],
902-
]
902+
],
903903
];
904904

905905
return $segments;
@@ -935,7 +935,7 @@ public function camptix_notify_segment_query( $query, $conditions ) {
935935
'key' => 'tix_email',
936936
'value' => $this->get_unknown_attendee_info()['email'],
937937
'compare' => '='
938-
)
938+
),
939939
);
940940
} elseif ( 'confirmed' === $condition['value'] ) {
941941
// Username is something other than the unconfirmed username.

0 commit comments

Comments
 (0)