Skip to content

Commit

Permalink
Ssuperfluous space, pointed out by @clue at reactphp#112 (comment)
Browse files Browse the repository at this point in the history
  • Loading branch information
WyriHaximus committed Jan 11, 2019
1 parent 0a67e3f commit b098273
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ExtUvLoop.php
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ public function removeWriteStream($stream)
*/
public function addTimer($interval, $callback)
{
$timer = new Timer( $interval, $callback, false);
$timer = new Timer($interval, $callback, false);

$that = $this;
$timers = $this->timers;
Expand Down

0 comments on commit b098273

Please sign in to comment.