mini-fair-repo/inc/class-key.php
Colin Stewart dbb65c4219
Add coding standards tooling. (#59)
Signed-off-by: costdev <79332690+costdev@users.noreply.github.com>
2025-10-28 23:02:05 +00:00

21 lines
191 B
PHP

<?php
/**
* Key.
*
* @package MiniFAIR
*/
namespace MiniFAIR;
/**
* Key class.
*/
class Key {
/**
* Create a key.
*
* @return void
*/
public static function create() {
}
}