1
0
mirror of https://github.com/Chouchen/ShikiryuRSS.git synced 2024-06-01 21:47:57 +02:00
ShikiryuRSS/src/Validator/HasValidator.php

11 lines
143 B
PHP
Raw Normal View History

2023-04-07 00:35:20 +02:00
<?php
namespace Shikiryu\SRSS\Validator;
abstract class HasValidator
{
/**
* @var bool[]
*/
public array $validated = [];
}