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