| Total Complexity | 1 | 
| Total Lines | 27 | 
| Duplicated Lines | 0 % | 
| Changes | 0 | ||
| 1 | <?php  | 
            ||
| 10 | class SchemaValidationProvider extends AbstractServiceProvider  | 
            ||
| 11 | { | 
            ||
| 12 | /**  | 
            ||
| 13 | * @var array  | 
            ||
| 14 | */  | 
            ||
| 15 | protected $provides = [  | 
            ||
| 16 | ValidationContextCreatorInterface::class,  | 
            ||
| 17 | SchemaValidatorInterface::class,  | 
            ||
| 18 | RootTypesRule::class,  | 
            ||
| 19 | DirectivesRule::class,  | 
            ||
| 20 | TypesRule::class,  | 
            ||
| 21 | ];  | 
            ||
| 22 | |||
| 23 | /**  | 
            ||
| 24 | * @inheritdoc  | 
            ||
| 25 | */  | 
            ||
| 26 | public function register()  | 
            ||
| 39 |