File manager - Edit - /home/xfekoga/grenier/wp-content/plugins/woocommerce/packages/email-editor/src/Validator/Schema/class-null-schema.php
Back
<?php /** * This file is part of the MailPoet plugin. * * @package MailPoet\EmailEditor */ declare( strict_types = 1 ); namespace MailPoet\EmailEditor\Validator\Schema; use MailPoet\EmailEditor\Validator\Schema; /** * Represents a schema for a null. * See: https://developer.wordpress.org/rest-api/extending-the-rest-api/schema/#primitive-types */ class Null_Schema extends Schema { /** * Schema definition. * * @var array */ protected $schema = array( 'type' => 'null', ); }
| ver. 1.4 |
Github
|
.
| PHP 8.0.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings