fix unused variable warning

This commit is contained in:
Michal Piotrowski 2015-11-08 16:53:13 +01:00 committed by Fabien Potencier
parent 515007e941
commit cf284742ff

View File

@ -66,7 +66,7 @@ class ClockMock
return self::$now; return self::$now;
} }
return sprintf("%0.6f %d\n", $now - (int) $now, (int) self::$now); return sprintf("%0.6f %d\n", self::$now - (int) self::$now, (int) self::$now);
} }
public static function register($class) public static function register($class)