for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
declare(strict_types=1);
/**
* Base Infra Class
* @category Ticaje
* @author Max Demian <[email protected]>
*/
namespace Ticaje\Contract\Traits;
* Trait CloneLess
* @package Ticaje\Contract\Traits
trait CloneLess
{
public function __clone()
}