Skip to content

Commit

Permalink
fix cs
Browse files Browse the repository at this point in the history
  • Loading branch information
ShockedPlot7560 committed Nov 24, 2023
1 parent d4bd920 commit c617ed3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public function testClosureCallback() : PromiseInterface {
});

return $decorator->then(function () use ($start) : void {
var_dump(microtime(true) - $start);
var_dump(microtime(true) - $start);
$this->assertTrue(microtime(true) - $start >= 0.9);
});
}
Expand Down

0 comments on commit c617ed3

Please sign in to comment.