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