Skip to content

Commit

Permalink
update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
greta-mik committed Jul 2, 2024
1 parent f1a281c commit 0c408bd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions omnisend/includes/SDK/V1/class-event.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
*/
class Event {


private $contact = null;
private $event_name = null;
private $event_time = null;
Expand All @@ -29,7 +28,7 @@ class Event {
* Validate event properties.
*
* TODO kas yra reuquired? ka reikia vailiduoti?
* It ensures that phone or email is set and that they are valid. In addition other properties are validated if they are expected type and format.
* It ensures that all required properties are set
*
* @return WP_Error
*/
Expand Down

0 comments on commit 0c408bd

Please sign in to comment.