Passed
Push — master ( c03365...9d1091 )
by Alex
07:25
created

Schema

Complexity

Total Complexity 0

Size/Duplication

Total Lines 2
Duplicated Lines 0 %

Importance

Changes 0
Metric Value
eloc 1
dl 0
loc 2
c 0
b 0
f 0
wmc 0
1
<?php
2
3
namespace AlgoWeb\ODataMetadata\MetadataV3\edm;
4
5
/**
6
 * Class representing Schema
7
 */
8
class Schema extends TSchemaType
9
{
10
}
11