Skip to content

Commit

Permalink
use function lines
Browse files Browse the repository at this point in the history
  • Loading branch information
Muhammet ŞAFAK authored Mar 15, 2022
1 parent 50333b9 commit 7723ced
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/PerformanceMeter.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@

namespace InitPHP\PerformanceMeter;

use function explode;
use function microtime;
use function memory_get_usage;
use function round;
use function strtolower;

class PerformanceMeter
{

Expand Down

0 comments on commit 7723ced

Please sign in to comment.