KeyValueStoreInterface
last analyzed

Size/Duplication

Total Lines 3
Duplicated Lines 0 %

Importance

Changes 1
Bugs 0 Features 1
Metric Value
c 1
b 0
f 1
dl 0
loc 3
1
<?php  namespace AdammBalogh\KeyValueStore\Contract;
2
3
interface KeyValueStoreInterface extends AdapterInterface
4
{
5
}
6