hisamu/php-xbase

View on GitHub
src/Header/Specification/Specification.php

Summary

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

namespace XBase\Header\Specification;

class Specification
{
    public $headerTopLength = 32;

    public $fieldLength = 32;
}