| Total Complexity | 2 |
| Total Lines | 29 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 7 | class DefinitionBuilderCreator implements DefinitionBuilderCreatorInterface |
||
| 8 | { |
||
| 9 | /** |
||
| 10 | * @var CacheInterface |
||
| 11 | */ |
||
| 12 | protected $cache; |
||
| 13 | |||
| 14 | /** |
||
| 15 | * DefinitionBuilderCreator constructor. |
||
| 16 | */ |
||
| 17 | public function __construct(CacheInterface $cache) |
||
| 20 | } |
||
| 21 | |||
| 22 | /** |
||
| 23 | * @inheritdoc |
||
| 24 | * @throws \Psr\SimpleCache\InvalidArgumentException |
||
| 25 | */ |
||
| 26 | public function create( |
||
| 39 |