2019_12_22_FooBar.php 220 B

1234567891011
  1. <?php
  2. declare(strict_types=1);
  3. class FreshRSS_Migration_2019_12_22_FooBar {
  4. /**
  5. * @return bool true if the migration was successful, false otherwise
  6. */
  7. public static function migrate(): bool {
  8. return true;
  9. }
  10. }