Skip to content

Commit b5a24d4

Browse files
committed
AP-1231 replace &quot at all places
1 parent 031a903 commit b5a24d4

14 files changed

+14
-14
lines changed

lib/Model/CreateEmailCampaignSender.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
* CreateEmailCampaignSender Class Doc Comment
3737
*
3838
* @category Class
39-
* @description Sender details including id or email and name (optional). Only one of either Sender's email or Sender's ID shall be passed in one request at a time. For example `{\"name\":\"xyz\", \"email\":\"[email protected]\"}` , `{\"name\":\"xyz\", \"id\":123}`
39+
* @description Sender details including id or email and name (optional). Only one of either Sender's email or Sender's ID shall be passed in one request at a time. For example `{\"name\":\"xyz\", \"email\":\"[email protected]\"}` , `{\"name\":\"xyz\", \"id\":123}`
4040
* @package SendinBlue\Client
4141
* @author Swagger Codegen team
4242
* @link https://github.com/swagger-api/swagger-codegen

lib/Model/CreateSmtpTemplateSender.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
* CreateSmtpTemplateSender Class Doc Comment
3737
*
3838
* @category Class
39-
* @description Sender details including id or email and name (optional). Only one of either Sender's email or Sender's ID shall be passed in one request at a time. For example `{\"name\":\"xyz\", \"email\":\"[email protected]\"}` , `{\"name\":\"xyz\", \"id\":123}`
39+
* @description Sender details including id or email and name (optional). Only one of either Sender's email or Sender's ID shall be passed in one request at a time. For example `{\"name\":\"xyz\", \"email\":\"[email protected]\"}` , `{\"name\":\"xyz\", \"id\":123}`
4040
* @package SendinBlue\Client
4141
* @author Swagger Codegen team
4242
* @link https://github.com/swagger-api/swagger-codegen

lib/Model/SendSmtpEmailReplyTo.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
* SendSmtpEmailReplyTo Class Doc Comment
3737
*
3838
* @category Class
39-
* @description Email (required), along with name (optional), on which transactional mail recipients will be able to reply back. For example, {\"email\":\"[email protected]\", \"name\":\"Ann\"}.
39+
* @description Email (required), along with name (optional), on which transactional mail recipients will be able to reply back. For example, {\"email\":\"[email protected]\", \"name\":\"Ann\"}.
4040
* @package SendinBlue\Client
4141
* @author Swagger Codegen team
4242
* @link https://github.com/swagger-api/swagger-codegen

lib/Model/SendSmtpEmailReplyTo1.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
* SendSmtpEmailReplyTo1 Class Doc Comment
3737
*
3838
* @category Class
39-
* @description Email (required), along with name (optional), on which transactional mail recipients will be able to reply back. For example, {\"email\":\"[email protected]\", \"name\":\"Ann\"}
39+
* @description Email (required), along with name (optional), on which transactional mail recipients will be able to reply back. For example, {\"email\":\"[email protected]\", \"name\":\"Ann\"}
4040
* @package SendinBlue\Client
4141
* @author Swagger Codegen team
4242
* @link https://github.com/swagger-api/swagger-codegen

lib/Model/SendSmtpEmailSender.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
* SendSmtpEmailSender Class Doc Comment
3737
*
3838
* @category Class
39-
* @description Mandatory if `templateId` is not passed. Pass `name` (optional) and `email` OR `id` of sender from which emails will be sent. `name` will be ignored if passed along with sender `id`. For example, {\"name\":\"Mary from MyShop\", \"email\":\"[email protected]\"} or {\"id\":2}
39+
* @description Mandatory if `templateId` is not passed. Pass `name` (optional) and `email` OR `id` of sender from which emails will be sent. `name` will be ignored if passed along with sender `id`. For example, {\"name\":\"Mary from MyShop\", \"email\":\"[email protected]\"} or {\"id\":2}
4040
* @package SendinBlue\Client
4141
* @author Swagger Codegen team
4242
* @link https://github.com/swagger-api/swagger-codegen

lib/Model/UpdateEmailCampaignSender.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
* UpdateEmailCampaignSender Class Doc Comment
3737
*
3838
* @category Class
39-
* @description Sender details including id or email and name (optional). Only one of either Sender's email or Sender's ID shall be passed in one request at a time. For example `{\"name\":\"xyz\", \"email\":\"[email protected]\"}` , `{\"name\":\"xyz\", \"id\":123}`
39+
* @description Sender details including id or email and name (optional). Only one of either Sender's email or Sender's ID shall be passed in one request at a time. For example `{\"name\":\"xyz\", \"email\":\"[email protected]\"}` , `{\"name\":\"xyz\", \"id\":123}`
4040
* @package SendinBlue\Client
4141
* @author Swagger Codegen team
4242
* @link https://github.com/swagger-api/swagger-codegen

lib/Model/UpdateSmtpTemplateSender.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
* UpdateSmtpTemplateSender Class Doc Comment
3737
*
3838
* @category Class
39-
* @description Sender details including id or email and name (optional). Only one of either Sender's email or Sender's ID shall be passed in one request at a time. For example `{\"name\":\"xyz\", \"email\":\"[email protected]\"}` , `{\"name\":\"xyz\", \"id\":123}`
39+
* @description Sender details including id or email and name (optional). Only one of either Sender's email or Sender's ID shall be passed in one request at a time. For example `{\"name\":\"xyz\", \"email\":\"[email protected]\"}` , `{\"name\":\"xyz\", \"id\":123}`
4040
* @package SendinBlue\Client
4141
* @author Swagger Codegen team
4242
* @link https://github.com/swagger-api/swagger-codegen

test/Model/CreateEmailCampaignSenderTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
* CreateEmailCampaignSenderTest Class Doc Comment
3434
*
3535
* @category Class
36-
* @description Sender details including id or email and name (optional). Only one of either Sender's email or Sender's ID shall be passed in one request at a time. For example `{\"name\":\"xyz\", \"email\":\"[email protected]\"}` , `{\"name\":\"xyz\", \"id\":123}`
36+
* @description Sender details including id or email and name (optional). Only one of either Sender's email or Sender's ID shall be passed in one request at a time. For example `{\"name\":\"xyz\", \"email\":\"[email protected]\"}` , `{\"name\":\"xyz\", \"id\":123}`
3737
* @package SendinBlue\Client
3838
* @author Swagger Codegen team
3939
* @link https://github.com/swagger-api/swagger-codegen

test/Model/CreateSmtpTemplateSenderTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
* CreateSmtpTemplateSenderTest Class Doc Comment
3434
*
3535
* @category Class
36-
* @description Sender details including id or email and name (optional). Only one of either Sender's email or Sender's ID shall be passed in one request at a time. For example `{\"name\":\"xyz\", \"email\":\"[email protected]\"}` , `{\"name\":\"xyz\", \"id\":123}`
36+
* @description Sender details including id or email and name (optional). Only one of either Sender's email or Sender's ID shall be passed in one request at a time. For example `{\"name\":\"xyz\", \"email\":\"[email protected]\"}` , `{\"name\":\"xyz\", \"id\":123}`
3737
* @package SendinBlue\Client
3838
* @author Swagger Codegen team
3939
* @link https://github.com/swagger-api/swagger-codegen

test/Model/SendSmtpEmailReplyTo1Test.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
* SendSmtpEmailReplyTo1Test Class Doc Comment
3434
*
3535
* @category Class
36-
* @description Email (required), along with name (optional), on which transactional mail recipients will be able to reply back. For example, {\"email\":\"[email protected]\", \"name\":\"Ann\"}
36+
* @description Email (required), along with name (optional), on which transactional mail recipients will be able to reply back. For example, {\"email\":\"[email protected]\", \"name\":\"Ann\"}
3737
* @package SendinBlue\Client
3838
* @author Swagger Codegen team
3939
* @link https://github.com/swagger-api/swagger-codegen

test/Model/SendSmtpEmailReplyToTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
* SendSmtpEmailReplyToTest Class Doc Comment
3434
*
3535
* @category Class
36-
* @description Email (required), along with name (optional), on which transactional mail recipients will be able to reply back. For example, {\"email\":\"[email protected]\", \"name\":\"Ann\"}.
36+
* @description Email (required), along with name (optional), on which transactional mail recipients will be able to reply back. For example, {\"email\":\"[email protected]\", \"name\":\"Ann\"}.
3737
* @package SendinBlue\Client
3838
* @author Swagger Codegen team
3939
* @link https://github.com/swagger-api/swagger-codegen

test/Model/SendSmtpEmailSenderTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
* SendSmtpEmailSenderTest Class Doc Comment
3434
*
3535
* @category Class
36-
* @description Mandatory if `templateId` is not passed. Pass `name` (optional) and `email` OR `id` of sender from which emails will be sent. `name` will be ignored if passed along with sender `id`. For example, {\"name\":\"Mary from MyShop\", \"email\":\"[email protected]\"} or {\"id\":2}
36+
* @description Mandatory if `templateId` is not passed. Pass `name` (optional) and `email` OR `id` of sender from which emails will be sent. `name` will be ignored if passed along with sender `id`. For example, {\"name\":\"Mary from MyShop\", \"email\":\"[email protected]\"} or {\"id\":2}
3737
* @package SendinBlue\Client
3838
* @author Swagger Codegen team
3939
* @link https://github.com/swagger-api/swagger-codegen

test/Model/UpdateEmailCampaignSenderTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
* UpdateEmailCampaignSenderTest Class Doc Comment
3434
*
3535
* @category Class
36-
* @description Sender details including id or email and name (optional). Only one of either Sender's email or Sender's ID shall be passed in one request at a time. For example `{\"name\":\"xyz\", \"email\":\"[email protected]\"}` , `{\"name\":\"xyz\", \"id\":123}`
36+
* @description Sender details including id or email and name (optional). Only one of either Sender's email or Sender's ID shall be passed in one request at a time. For example `{\"name\":\"xyz\", \"email\":\"[email protected]\"}` , `{\"name\":\"xyz\", \"id\":123}`
3737
* @package SendinBlue\Client
3838
* @author Swagger Codegen team
3939
* @link https://github.com/swagger-api/swagger-codegen

test/Model/UpdateSmtpTemplateSenderTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
* UpdateSmtpTemplateSenderTest Class Doc Comment
3434
*
3535
* @category Class
36-
* @description Sender details including id or email and name (optional). Only one of either Sender's email or Sender's ID shall be passed in one request at a time. For example `{\"name\":\"xyz\", \"email\":\"[email protected]\"}` , `{\"name\":\"xyz\", \"id\":123}`
36+
* @description Sender details including id or email and name (optional). Only one of either Sender's email or Sender's ID shall be passed in one request at a time. For example `{\"name\":\"xyz\", \"email\":\"[email protected]\"}` , `{\"name\":\"xyz\", \"id\":123}`
3737
* @package SendinBlue\Client
3838
* @author Swagger Codegen team
3939
* @link https://github.com/swagger-api/swagger-codegen

0 commit comments

Comments
 (0)