Skip to content

Commit

Permalink
Added phpdoc (#3175)
Browse files Browse the repository at this point in the history
  • Loading branch information
staabm authored and kodiakhq[bot] committed Jan 19, 2020
1 parent 417c0bf commit 14fbb9c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions redaxo/src/core/lib/util/timer.php
Expand Up @@ -13,14 +13,16 @@ class rex_timer
public const MILLISEC = 1000;
public const MICROSEC = 1000000;

/**
* @var array
* @psalm-var array<string, float>
*/
public static $serverTimings = [];

private $start;
private $duration;

/**
* Constructor.
*
* @param float $start Start time
*/
public function __construct($start = null)
Expand Down

0 comments on commit 14fbb9c

Please sign in to comment.