summaryrefslogtreecommitdiffstats
path: root/tests/lib/Traits/EncryptionTrait.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lib/Traits/EncryptionTrait.php')
-rw-r--r--tests/lib/Traits/EncryptionTrait.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/lib/Traits/EncryptionTrait.php b/tests/lib/Traits/EncryptionTrait.php
index 1f389fc82c8..ad98ba91212 100644
--- a/tests/lib/Traits/EncryptionTrait.php
+++ b/tests/lib/Traits/EncryptionTrait.php
@@ -23,8 +23,8 @@ trait EncryptionTrait {
abstract protected function registerStorageWrapper($name, $wrapper);
// from phpunit
- abstract protected function markTestSkipped($reason = '');
- abstract protected function assertTrue($condition, $message = '');
+ abstract protected function markTestSkipped(string $message = ''): void;
+ abstract protected function assertTrue($condition, string $message = ''): void;
private $encryptionWasEnabled;