PHP Classes

File: src/Contract/Blank.php

Recommend this page to a friend!
  Classes of Scott Arciszewski   iaso PHP JSON Parser Library   src/Contract/Blank.php   Download  
File: src/Contract/Blank.php
Role: Class source
Content type: text/plain
Description: Class source
Class: iaso PHP JSON Parser Library
Parse JSON strings immune to hash-DoS attacks
Author: By
Last change:
Date: 1 year ago
Size: 241 bytes
 

Contents

Class file image Download
<?php
declare(strict_types=1);
namespace
ParagonIE\Iaso\Contract;

use
ParagonIE\Iaso\Contract;

/**
 * Class Blank
 *
 * A blank contract has no rigid requirements
 *
 * @package ParagonIE\Iaso\Contract
 */
class Blank extends Contract
{

}