Code Coverage
 
Lines
Functions and Methods
Classes and Traits
Total
n/a
0 / 0
n/a
0 / 0
CRAP
n/a
0 / 0
1<?php
2
3namespace BO\Zmsentities\Collection;
4
5/**
6 * Add this interface to collection classes, where the keys should be dropped on export
7 *
8 */
9interface JsonUnindexed
10{
11}