for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Feature\Contracts;
/**
* Interface User
* @package Feature\Contracts
*/
interface User
{
* @return int
public function getId();
}