Skip to content
This repository was archived by the owner on Jan 8, 2022. It is now read-only.

Commit

Permalink
Move up
Browse files Browse the repository at this point in the history
  • Loading branch information
Charlotte Dunois authored Jan 13, 2020
1 parent 59f11b3 commit de6208f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
* License: https://github.com/ObsidianPHP/polyfill-hrtime/blob/master/LICENSE
*/

require_once 'src/functions.php';

if(function_exists('hrtime')) {
return;
}

require_once 'src/functions.php';

use function Obsidian\Polyfill\Hrtime\hrtime_ext_uv;
use function Obsidian\Polyfill\Hrtime\hrtime_ext_hrtime;
use function Obsidian\Polyfill\Hrtime\hrtime_fallback;
Expand All @@ -32,4 +32,4 @@ function hrtime(bool $get_as_number = false) {
}

hrtime();
}
}

0 comments on commit de6208f

Please sign in to comment.