<?php class FreshRSS_Migration_2019_12_23_Baz { /** * @return bool true if the migration was successful, false otherwise */ public static function migrate(): bool { return true; } }