for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace EventStore;
/**
* Class ExpectedVersion
* @package EventStore
*/
class ExpectedVersion
{
const ANY = -2;
const NO_STREAM = -1;
private function __construct()
}