Fix minor wording corrections in command#117
Conversation
|
The backport of this commit is owncloud/core#35000. To be precise the commit owncloud/core@c530242 |
phil-davis
left a comment
There was a problem hiding this comment.
LGTM
Note:
use OC\Files\Cache\Cache;
already exists in tests/unit/Command/FixEncryptedVersionTest.php
here in the encryption repo. So that line from the core stable10 commit did not need to be added.
c40f753 to
e3f1f4f
Compare
Codecov Report
@@ Coverage Diff @@
## master #117 +/- ##
============================================
+ Coverage 69.76% 69.79% +0.02%
- Complexity 619 620 +1
============================================
Files 34 34
Lines 2289 2291 +2
============================================
+ Hits 1597 1599 +2
Misses 692 692
Continue to review full report at Codecov.
|
|
@phil-davis Updated the PR by removing |
If that is an unused |
Fix minor wording corrections in the command. Signed-off-by: Sujith H <sharidasan@owncloud.com>
e3f1f4f to
d5d79bb
Compare
|
Rebased, let's see what CI says now. |
Fix minor wording corrections in the command.
Signed-off-by: Sujith H sharidasan@owncloud.com
Also added here to help with #118 code alignment: (by phil-davis)
That gets the code here closer to core stable10. See core
stable10PR owncloud/core#35015 for changes in the opposite direction, that get corestable10closer to theencryptionapp repo.