for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace BestServedCold\PhalueObjects\Metric;
use BestServedCold\PhalueObjects\Metric;
/**
* Class DeclaredInterface
*
* @package BestServedCold\PhalueObjects\Metric
*/
class DeclaredInterface extends Metric implements MetricInterface
{
* @return static
public static function now()
return new static(get_declared_interfaces());
}