From 896943ae678ecab49d20404dadeab9ae2d6fbb62 Mon Sep 17 00:00:00 2001 From: Jonathan Flueren <11487762+JonOfUs@users.noreply.github.com> Date: Wed, 6 Oct 2021 17:09:52 +0200 Subject: [PATCH] Adjust RepairStep name to other RepairSteps in Nextcloud All of them begin uppercase --- lib/Migration/TimestampMigration.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Migration/TimestampMigration.php b/lib/Migration/TimestampMigration.php index f028202..2c3eec9 100644 --- a/lib/Migration/TimestampMigration.php +++ b/lib/Migration/TimestampMigration.php @@ -21,7 +21,7 @@ class TimestampMigration implements \OCP\Migration\IRepairStep */ public function getName() : string { - return "migrate timestamp values to integer to store unix epoch"; + return "Migrate timestamp values to integer to store unix epoch"; } /**