Skip to content

Commit 6d62136

Browse files
author
Daniel Sinn
committed
Additional grammar fix
1 parent b9e8e78 commit 6d62136

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Migrate/Command/AbstractEnvCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ protected function filterMigrationsToExecute(InputInterface $input, OutputInterf
283283
$to = $input->getOption('to');
284284
if ($to !== null) {
285285
if (! array_key_exists($to, $toExecute)) {
286-
throw new \RuntimeException("Target migration $to does not exists or has already been executed/downed!");
286+
throw new \RuntimeException("Target migration $to does not exist or has already been executed/downed!");
287287
}
288288

289289
$temp = $toExecute;

0 commit comments

Comments
 (0)