for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Equip;
/**
* Return the given value.
*
* Useful for chaining.
* @param mixed $value
* @return mixed
*/
function id($value)
{
return $value;
}