Skip to content

Commit 8d9403b

Browse files
committed
minor adjustment
1 parent ca58d8c commit 8d9403b

File tree

1 file changed

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

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,15 @@
55
* Copyright © Magento, Inc. All rights reserved.
66
* See COPYING.txt for license details.
77
*/
8+
declare(strict_types=1);
9+
810
namespace Magento\Framework\Profiler\Driver\Standard;
911

1012
use Magento\Framework\Profiler;
1113

14+
/**
15+
* @api
16+
*/
1217
class Stat
1318
{
1419
/**

0 commit comments

Comments
 (0)