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