Skip to content

Commit 5f64b8d

Browse files
Merge pull request #264 from commercetools/gen-sdk-updates
Update generated SDKs
2 parents 6b30207 + b096f53 commit 5f64b8d

File tree

10 files changed

+19
-18
lines changed

10 files changed

+19
-18
lines changed

lib/commercetools-api/src/Models/Product/ProductData.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,15 +70,15 @@ public function getDescription();
7070
public function getSlug();
7171

7272
/**
73-
* <p>Title of the Product as displayed in search engine results.</p>
73+
* <p>Title of the Product as used by search engines.</p>
7474
*
7575
7676
* @return null|LocalizedString
7777
*/
7878
public function getMetaTitle();
7979

8080
/**
81-
* <p>Description of the Product as displayed in search engine results below the meta title.</p>
81+
* <p>Description of the Product as used by search engines.</p>
8282
*
8383
8484
* @return null|LocalizedString

lib/commercetools-api/src/Models/Product/ProductDataBuilder.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ public function getSlug()
147147
}
148148

149149
/**
150-
* <p>Title of the Product as displayed in search engine results.</p>
150+
* <p>Title of the Product as used by search engines.</p>
151151
*
152152
153153
* @return null|LocalizedString
@@ -158,7 +158,7 @@ public function getMetaTitle()
158158
}
159159

160160
/**
161-
* <p>Description of the Product as displayed in search engine results below the meta title.</p>
161+
* <p>Description of the Product as used by search engines.</p>
162162
*
163163
164164
* @return null|LocalizedString

lib/commercetools-api/src/Models/Product/ProductDataModel.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ public function getSlug()
225225
}
226226

227227
/**
228-
* <p>Title of the Product as displayed in search engine results.</p>
228+
* <p>Title of the Product as used by search engines.</p>
229229
*
230230
*
231231
* @return null|LocalizedString
@@ -246,7 +246,7 @@ public function getMetaTitle()
246246
}
247247

248248
/**
249-
* <p>Description of the Product as displayed in search engine results below the meta title.</p>
249+
* <p>Description of the Product as used by search engines.</p>
250250
*
251251
*
252252
* @return null|LocalizedString

lib/commercetools-api/src/Models/Product/ProductDraft.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,15 +97,15 @@ public function getCategories();
9797
public function getCategoryOrderHints();
9898

9999
/**
100-
* <p>Title of the Product as displayed in search engine results.</p>
100+
* <p>Title of the Product as used by search engines.</p>
101101
*
102102
103103
* @return null|LocalizedString
104104
*/
105105
public function getMetaTitle();
106106

107107
/**
108-
* <p>Description of the Product as displayed in search engine results.</p>
108+
* <p>Description of the Product as used by search engines.</p>
109109
*
110110
111111
* @return null|LocalizedString

lib/commercetools-api/src/Models/Product/ProductDraftBuilder.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ public function getCategoryOrderHints()
213213
}
214214

215215
/**
216-
* <p>Title of the Product as displayed in search engine results.</p>
216+
* <p>Title of the Product as used by search engines.</p>
217217
*
218218
219219
* @return null|LocalizedString
@@ -224,7 +224,7 @@ public function getMetaTitle()
224224
}
225225

226226
/**
227-
* <p>Description of the Product as displayed in search engine results.</p>
227+
* <p>Description of the Product as used by search engines.</p>
228228
*
229229
230230
* @return null|LocalizedString

lib/commercetools-api/src/Models/Product/ProductDraftModel.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ public function getCategoryOrderHints()
322322
}
323323

324324
/**
325-
* <p>Title of the Product as displayed in search engine results.</p>
325+
* <p>Title of the Product as used by search engines.</p>
326326
*
327327
*
328328
* @return null|LocalizedString
@@ -343,7 +343,7 @@ public function getMetaTitle()
343343
}
344344

345345
/**
346-
* <p>Description of the Product as displayed in search engine results.</p>
346+
* <p>Description of the Product as used by search engines.</p>
347347
*
348348
*
349349
* @return null|LocalizedString

lib/commercetools-api/src/Models/ProductTailoring/ProductTailoringData.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,15 +39,15 @@ public function getName();
3939
public function getDescription();
4040

4141
/**
42-
* <p>Tailored title of the Product as displayed in search engine results.</p>
42+
* <p>Tailored title of the Product as used by search engines.</p>
4343
*
4444
4545
* @return null|LocalizedString
4646
*/
4747
public function getMetaTitle();
4848

4949
/**
50-
* <p>Tailored description of the Product as displayed in search engine results.</p>
50+
* <p>Tailored description of the Product as used by search engines.</p>
5151
*
5252
5353
* @return null|LocalizedString

lib/commercetools-api/src/Models/ProductTailoring/ProductTailoringDataBuilder.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ public function getDescription()
8787
}
8888

8989
/**
90-
* <p>Tailored title of the Product as displayed in search engine results.</p>
90+
* <p>Tailored title of the Product as used by search engines.</p>
9191
*
9292
9393
* @return null|LocalizedString
@@ -98,7 +98,7 @@ public function getMetaTitle()
9898
}
9999

100100
/**
101-
* <p>Tailored description of the Product as displayed in search engine results.</p>
101+
* <p>Tailored description of the Product as used by search engines.</p>
102102
*
103103
104104
* @return null|LocalizedString

lib/commercetools-api/src/Models/ProductTailoring/ProductTailoringDataModel.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ public function getDescription()
128128
}
129129

130130
/**
131-
* <p>Tailored title of the Product as displayed in search engine results.</p>
131+
* <p>Tailored title of the Product as used by search engines.</p>
132132
*
133133
*
134134
* @return null|LocalizedString
@@ -149,7 +149,7 @@ public function getMetaTitle()
149149
}
150150

151151
/**
152-
* <p>Tailored description of the Product as displayed in search engine results.</p>
152+
* <p>Tailored description of the Product as used by search engines.</p>
153153
*
154154
*
155155
* @return null|LocalizedString

references.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -321,3 +321,4 @@ d410bad973f2fe90ea8239c4cb586fe0cfc13856
321321
ccf4522140c12b0093aefe0e2a27d62bcc4834a6
322322
6bb8d35316a92441d0a59417b49ad3a8c7037e45
323323
07b822efee634159a97f9ba24f86114b984d8d4c
324+
8e09aa861a0ba58755289bc185dcb268ac4f1c13

0 commit comments

Comments
 (0)