Skip to content

Commit

Permalink
TE-10081 Prepare CS as per new sniffer updates. (#8840)
Browse files Browse the repository at this point in the history
* TE-10081 Prepare CS as per new sniffer updates.

* TE-10081 Revert some use statements to avoid dependency.
  • Loading branch information
dereuromark authored Oct 26, 2021
1 parent bda4086 commit 61a5d80
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions src/Spryker/Zed/ProductList/Dependency/ProductListEvents.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ interface ProductListEvents
* - This event is used for spy_product_list publishing.
*
* @api
*
* @var string
*/
public const PRODUCT_LIST_PUBLISH = 'ProductList.spy_product_list.publish';
Expand All @@ -23,6 +24,7 @@ interface ProductListEvents
* - This event is used for spy_product_list unpublishing.
*
* @api
*
* @var string
*/
public const PRODUCT_LIST_UNPUBLISH = 'ProductList.spy_product_list.unpublish';
Expand All @@ -32,6 +34,7 @@ interface ProductListEvents
* - This event is used for spy_product_list entity creation
*
* @api
*
* @var string
*/
public const ENTITY_SPY_PRODUCT_LIST_CREATE = 'Entity.spy_product_list.create';
Expand All @@ -41,6 +44,7 @@ interface ProductListEvents
* - This event is used for spy_product_list entity changes
*
* @api
*
* @var string
*/
public const ENTITY_SPY_PRODUCT_LIST_UPDATE = 'Entity.spy_product_list.update';
Expand All @@ -50,6 +54,7 @@ interface ProductListEvents
* - This event is used for spy_product_list entity deletion
*
* @api
*
* @var string
*/
public const ENTITY_SPY_PRODUCT_LIST_DELETE = 'Entity.spy_product_list.delete';
Expand All @@ -59,6 +64,7 @@ interface ProductListEvents
* - This event is used for spy_product_list_product_concrete publishing.
*
* @api
*
* @var string
*/
public const PRODUCT_LIST_PRODUCT_CONCRETE_PUBLISH = 'ProductList.spy_product_list_product_concrete.publish';
Expand All @@ -68,6 +74,7 @@ interface ProductListEvents
* - This event is used for spy_product_list_product_concrete unpublishing.
*
* @api
*
* @var string
*/
public const PRODUCT_LIST_PRODUCT_CONCRETE_UNPUBLISH = 'ProductList.spy_product_list_product_concrete.unpublish';
Expand All @@ -77,6 +84,7 @@ interface ProductListEvents
* - This event is used for spy_product_list_product_concrete entity creation
*
* @api
*
* @var string
*/
public const ENTITY_SPY_PRODUCT_LIST_PRODUCT_CONCRETE_CREATE = 'Entity.spy_product_list_product_concrete.create';
Expand All @@ -86,6 +94,7 @@ interface ProductListEvents
* - This event is used for spy_product_list_product_concrete entity changes
*
* @api
*
* @var string
*/
public const ENTITY_SPY_PRODUCT_LIST_PRODUCT_CONCRETE_UPDATE = 'Entity.spy_product_list_product_concrete.update';
Expand All @@ -95,6 +104,7 @@ interface ProductListEvents
* - This event is used for spy_product_list_product_concrete entity deletion
*
* @api
*
* @var string
*/
public const ENTITY_SPY_PRODUCT_LIST_PRODUCT_CONCRETE_DELETE = 'Entity.spy_product_list_product_concrete.delete';
Expand All @@ -104,6 +114,7 @@ interface ProductListEvents
* - This event is used for spy_product_list_category publishing.
*
* @api
*
* @var string
*/
public const PRODUCT_LIST_CATEGORY_PUBLISH = 'ProductList.spy_product_list_category.publish';
Expand All @@ -113,6 +124,7 @@ interface ProductListEvents
* - This event is used for spy_product_list_category unpublishing.
*
* @api
*
* @var string
*/
public const PRODUCT_LIST_CATEGORY_UNPUBLISH = 'ProductList.spy_product_list_category.unpublish';
Expand All @@ -122,6 +134,7 @@ interface ProductListEvents
* - This event is used for spy_product_list_category entity creation
*
* @api
*
* @var string
*/
public const ENTITY_SPY_PRODUCT_LIST_CATEGORY_CREATE = 'Entity.spy_product_list_category.create';
Expand All @@ -131,6 +144,7 @@ interface ProductListEvents
* - This event is used for spy_product_list_category entity changes
*
* @api
*
* @var string
*/
public const ENTITY_SPY_PRODUCT_LIST_CATEGORY_UPDATE = 'Entity.spy_product_list_category.update';
Expand All @@ -140,6 +154,7 @@ interface ProductListEvents
* - This event is used for spy_product_list_category entity deletion
*
* @api
*
* @var string
*/
public const ENTITY_SPY_PRODUCT_LIST_CATEGORY_DELETE = 'Entity.spy_product_list_category.delete';
Expand Down

0 comments on commit 61a5d80

Please sign in to comment.