apimatic/core-interfaces-php

View on GitHub
src/Core/Request/NonEmptyParamInterface.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace CoreInterfaces\Core\Request;

interface NonEmptyParamInterface extends ParamInterface
{
    public function requiredNonEmpty();
}