chippyash/Simple-Accounts

View on GitHub
src/Chippyash/SAccounts/Nominal.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php
/**
 * Simple Double Entry Accounting
 *
 * @author Ashley Kitson
 * @copyright Ashley Kitson, 2015, UK
 * @license GPL V3+ See LICENSE.md
 */
namespace SAccounts;

use Chippyash\Type\String\DigitType;

/**
 * An Account Nominal code or Id
 */
class Nominal extends DigitType {}