jaroslavtyc/granam-gpwebpay

View on GitHub
GpWebPay/Codes/Codes.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php declare(strict_types=1);

namespace Granam\GpWebPay\Codes;

/** Just a tag interface */
interface Codes
{

}