Skip to content

Commit 145240d

Browse files
author
Oleksii Korshenko
authored
MAGETWO-66425: Put the contants in the same docblock together #6914
2 parents dc7c37e + 50d9278 commit 145240d

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)