Skip to content

Commit 4a5cf2f

Browse files
committed
remove doc block from constants
1 parent 9aaf6c4 commit 4a5cf2f

File tree

1 file changed

+1
-13
lines changed
  • app/code/Magento/Catalog/Model/Product

1 file changed

+1
-13
lines changed

app/code/Magento/Catalog/Model/Product/Type.php

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -20,34 +20,22 @@
2020
/**
2121
* Product type model
2222
*
23+
*
2324
* @api
2425
* @since 100.0.2
2526
*/
2627
class Type implements OptionSourceInterface
2728
{
28-
/**#@+
29-
* Available product types
30-
*/
3129
const TYPE_SIMPLE = 'simple';
3230

3331
const TYPE_BUNDLE = 'bundle';
3432

3533
const TYPE_VIRTUAL = 'virtual';
36-
/**#@-*/
3734

38-
/**
39-
* Default product type
40-
*/
4135
const DEFAULT_TYPE = 'simple';
4236

43-
/**
44-
* Default product type model
45-
*/
4637
const DEFAULT_TYPE_MODEL = Simple::class;
4738

48-
/**
49-
* Default price model
50-
*/
5139
const DEFAULT_PRICE_MODEL = Price::class;
5240

5341
/**

0 commit comments

Comments
 (0)