Mercurial > hg > isophonics-drupal-site
comparison vendor/symfony/phpunit-bridge/ClockMock.php @ 14:1fec387a4317
Update Drupal core to 8.5.2 via Composer
author | Chris Cannam |
---|---|
date | Mon, 23 Apr 2018 09:46:53 +0100 |
parents | 4c8ae668cc8c |
children | 129ea1e6d783 |
comparison
equal
deleted
inserted
replaced
13:5fb285c0d0e3 | 14:1fec387a4317 |
---|---|
64 | 64 |
65 if ($asFloat) { | 65 if ($asFloat) { |
66 return self::$now; | 66 return self::$now; |
67 } | 67 } |
68 | 68 |
69 return sprintf("%0.6f %d\n", self::$now - (int) self::$now, (int) self::$now); | 69 return sprintf('%0.6f %d', self::$now - (int) self::$now, (int) self::$now); |
70 } | 70 } |
71 | 71 |
72 public static function register($class) | 72 public static function register($class) |
73 { | 73 { |
74 $self = get_called_class(); | 74 $self = get_called_class(); |