fair-plugin/inc/repositories/namespace.php
Colin Stewart 0dc693b68d
Add and apply coding standards. (#129)
Signed-off-by: costdev <79332690+costdev@users.noreply.github.com>
Signed-off-by: Colin Stewart <79332690+costdev@users.noreply.github.com>
Co-authored-by: Andy Fragen <andy@thefragens.com>
2025-06-26 18:10:59 +01:00

14 lines
183 B
PHP

<?php
/**
* Prevents calls to the WordPress.org API for the default repository.
*
* @package FAIR
*/
namespace FAIR\Repositories;
/**
* Bootstrap.
*/
function bootstrap() {
}