for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/*
* @copyright (c) 2019 Mendel <[email protected]>
* @license see license.txt
*/
namespace drycart\di\tests;
use drycart\di\MagicStoreTrait;
/**
* Description of Dummy3
*
* @author mendel
class DummyToMake implements DummyInterface
{
use MagicStoreTrait;
public function __construct(?int $i, Dummy $dummy)
$this->_store(get_defined_vars());
}