Skip to content

Commit

Permalink
Fix CustomerEntity.profiles phpdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubvojacek committed Sep 19, 2023
1 parent ca4e52a commit 2a329d8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/Mw/Entities.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* Generated on Tue, 19 Sep 2023 8:33:07
* Generated on Tue, 19 Sep 2023 10:03:46
* Part moTV.eu SDK integration kit
*/

Expand Down Expand Up @@ -520,7 +520,7 @@ class CustomerEntity extends \Motv\Connector\Mw\Entities\MotvEntity
public int $customers_recording_used;
public int $customers_autogenerated;

/** @var array<\Motv\ApiModule\Entity\ProfileEntity> */
/** @var array<ProfileEntity> */
public array $profiles;
public ?bool $customers_recommendation_engine_enabled;
public array $customers_recording_by_profile;
Expand Down
2 changes: 1 addition & 1 deletion src/Mw/InputEntities.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* Generated on Tue, 19 Sep 2023 8:36:17
* Generated on Tue, 19 Sep 2023 10:03:49
* Part moTV.eu SDK integration kit
*/

Expand Down

0 comments on commit 2a329d8

Please sign in to comment.