Skip to content

Commit

Permalink
Merge pull request #1 from benr77/benr77-patch-1
Browse files Browse the repository at this point in the history
Fixed typo thanks to @benr77
  • Loading branch information
dev-marcel committed Aug 4, 2015
2 parents bd651d5 + 19d8f8b commit b813675
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Command/DoctrineEncryptDatabaseCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,6 @@ protected function execute(InputInterface $input, OutputInterface $output)
}

//Say it is finished
$output->writeln("\nEncryption finished values encrypted: " . $subscriber->encryptCounter . " values.\nAll values are now decrypted.");
$output->writeln("\nEncryption finished values encrypted: " . $subscriber->encryptCounter . " values.\nAll values are now encrypted.");
}
}

0 comments on commit b813675

Please sign in to comment.