connorjburton/dvla-search

View on GitHub
src/Objects/Object.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php
namespace DVLASearch\SDK\Objects;

interface Object {
    //empty interface so we can use this for return type declaration
}