We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7303304 commit 2e60a30Copy full SHA for 2e60a30
Model/Config/Source/XhprofFlags.php
@@ -24,8 +24,8 @@ public function toOptionArray()
24
{
25
return [
26
['value' => self::FLAG_NO_BUILTINS, 'label' => __('No xhprof builtins')],
27
- ['value' => self::FLAG_CPU, 'label' => __('Profile Memory')],
28
- ['value' => self::FLAG_MEMORY, 'label' => __('Profile Cpu')],
+ ['value' => self::FLAG_MEMORY, 'label' => __('Profile Memory')],
+ ['value' => self::FLAG_CPU, 'label' => __('Profile Cpu')],
29
];
30
}
31
0 commit comments