Skip to content

Commit a1294fd

Browse files
algolia-botkai687millotp
committed
fix(specs): adjust style for banner descriptions (generated)
algolia/api-clients-automation#4362 Co-authored-by: algolia-bot <[email protected]> Co-authored-by: Kai Welke <[email protected]> Co-authored-by: Pierre Millot <[email protected]>
1 parent e5132ac commit a1294fd

File tree

10 files changed

+12
-12
lines changed

10 files changed

+12
-12
lines changed

lib/Model/Recommend/Banner.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
*
1313
* @category Class
1414
*
15-
* @description a search banner with image and url.
15+
* @description Banner with image and link to redirect users.
1616
*/
1717
class Banner extends AbstractModel implements ModelInterface, \ArrayAccess, \JsonSerializable
1818
{

lib/Model/Recommend/BannerImage.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
*
1313
* @category Class
1414
*
15-
* @description image of a search banner.
15+
* @description Image to show inside a banner.
1616
*/
1717
class BannerImage extends AbstractModel implements ModelInterface, \ArrayAccess, \JsonSerializable
1818
{

lib/Model/Recommend/BannerImageUrl.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
*
1313
* @category Class
1414
*
15-
* @description url for a search banner image.
15+
* @description URL for an image to show inside a banner.
1616
*/
1717
class BannerImageUrl extends AbstractModel implements ModelInterface, \ArrayAccess, \JsonSerializable
1818
{

lib/Model/Recommend/BannerLink.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
*
1313
* @category Class
1414
*
15-
* @description link for a banner defined in merchandising studio.
15+
* @description Link for a banner defined in the Merchandising Studio.
1616
*/
1717
class BannerLink extends AbstractModel implements ModelInterface, \ArrayAccess, \JsonSerializable
1818
{

lib/Model/Recommend/Widgets.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
*
1313
* @category Class
1414
*
15-
* @description widgets returned from any rules that are applied to the current search.
15+
* @description Widgets returned from any rules that are applied to the current search.
1616
*/
1717
class Widgets extends AbstractModel implements ModelInterface, \ArrayAccess, \JsonSerializable
1818
{
@@ -166,7 +166,7 @@ public function getBanners()
166166
/**
167167
* Sets banners.
168168
*
169-
* @param null|\Algolia\AlgoliaSearch\Model\Recommend\Banner[] $banners banners defined in the merchandising studio for the given search
169+
* @param null|\Algolia\AlgoliaSearch\Model\Recommend\Banner[] $banners banners defined in the Merchandising Studio for a given search
170170
*
171171
* @return self
172172
*/

lib/Model/Search/Banner.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
*
1313
* @category Class
1414
*
15-
* @description a search banner with image and url.
15+
* @description Banner with image and link to redirect users.
1616
*/
1717
class Banner extends AbstractModel implements ModelInterface, \ArrayAccess, \JsonSerializable
1818
{

lib/Model/Search/BannerImage.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
*
1313
* @category Class
1414
*
15-
* @description image of a search banner.
15+
* @description Image to show inside a banner.
1616
*/
1717
class BannerImage extends AbstractModel implements ModelInterface, \ArrayAccess, \JsonSerializable
1818
{

lib/Model/Search/BannerImageUrl.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
*
1313
* @category Class
1414
*
15-
* @description url for a search banner image.
15+
* @description URL for an image to show inside a banner.
1616
*/
1717
class BannerImageUrl extends AbstractModel implements ModelInterface, \ArrayAccess, \JsonSerializable
1818
{

lib/Model/Search/BannerLink.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
*
1313
* @category Class
1414
*
15-
* @description link for a banner defined in merchandising studio.
15+
* @description Link for a banner defined in the Merchandising Studio.
1616
*/
1717
class BannerLink extends AbstractModel implements ModelInterface, \ArrayAccess, \JsonSerializable
1818
{

lib/Model/Search/Widgets.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
*
1313
* @category Class
1414
*
15-
* @description widgets returned from any rules that are applied to the current search.
15+
* @description Widgets returned from any rules that are applied to the current search.
1616
*/
1717
class Widgets extends AbstractModel implements ModelInterface, \ArrayAccess, \JsonSerializable
1818
{
@@ -166,7 +166,7 @@ public function getBanners()
166166
/**
167167
* Sets banners.
168168
*
169-
* @param null|\Algolia\AlgoliaSearch\Model\Search\Banner[] $banners banners defined in the merchandising studio for the given search
169+
* @param null|\Algolia\AlgoliaSearch\Model\Search\Banner[] $banners banners defined in the Merchandising Studio for a given search
170170
*
171171
* @return self
172172
*/

0 commit comments

Comments
 (0)