We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c23adae + 5ddb121 commit 7be944aCopy full SHA for 7be944a
src/Symfony/Bridge/PhpUnit/ClockMock.php
@@ -66,7 +66,7 @@ public static function microtime($asFloat = false)
66
return self::$now;
67
}
68
69
- return sprintf("%0.6f %d\n", self::$now - (int) self::$now, (int) self::$now);
+ return sprintf('%0.6f %d', self::$now - (int) self::$now, (int) self::$now);
70
71
72
public static function register($class)
0 commit comments