ClassStructure
last analyzed

Complexity

Total Complexity 0

Size/Duplication

Total Lines 3
Duplicated Lines 0 %

Importance

Changes 4
Bugs 0 Features 0
Metric Value
wmc 0
eloc 2
c 4
b 0
f 0
dl 0
loc 3
1
<?php
2
3
namespace Swaggest\JsonSchema\Structure;
4
5
abstract class ClassStructure implements ClassStructureContract, WithResolvedValue
6
{
7
    use ClassStructureTrait;
0 ignored issues
show
introduced by
The trait Swaggest\JsonSchema\Structure\ClassStructureTrait requires some properties which are not provided by Swaggest\JsonSchema\Structure\ClassStructure: $name, $classSchema, $type
Loading history...
8
}