Skip to content

Commit 93081f1

Browse files
authored
Put the contants in the same docblock together
Put the contants in the same docblock together. Removed white lines in order to have better code readability.
1 parent 3a43a25 commit 93081f1

File tree

1 file changed

+0
-9
lines changed
  • lib/internal/Magento/Framework/Profiler/Driver/Standard

1 file changed

+0
-9
lines changed

lib/internal/Magento/Framework/Profiler/Driver/Standard/Stat.php

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,23 +15,14 @@ class Stat
1515
* #@+ Timer statistics data keys
1616
*/
1717
const ID = 'id';
18-
1918
const START = 'start';
20-
2119
const TIME = 'sum';
22-
2320
const COUNT = 'count';
24-
2521
const AVG = 'avg';
26-
2722
const REALMEM = 'realmem';
28-
2923
const REALMEM_START = 'realmem_start';
30-
3124
const EMALLOC = 'emalloc';
32-
3325
const EMALLOC_START = 'emalloc_start';
34-
3526
/**#@-*/
3627

3728
/**

0 commit comments

Comments
 (0)