for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace MovingImage\Client\VMPro\Stopwatch;
use MovingImage\Client\VMPro\Interfaces\StopwatchInterface;
/**
* A no-op implementation of the StopwatchInterface.
*/
class NullStopwatch implements StopwatchInterface
{
* {@inheritdoc}
public function start($name, $category = null)
}
public function stop($name)