Skip to content
Snippets Groups Projects
Commit cd6b17b4 authored by enured's avatar enured
Browse files

Snapshot on server side doesn't accept string property.

parent ee0545df
No related branches found
No related tags found
2 merge requests!433QFQ encrypt/decrypt WIP: created new class for encryption and decryption of...,!432QFQ encrypt/decrypt
Pipeline #7162 passed
...@@ -22,7 +22,7 @@ class EncryptDecryptTest extends TestCase { ...@@ -22,7 +22,7 @@ class EncryptDecryptTest extends TestCase {
/** /**
* @var string * @var string
*/ */
private static string $encryptionKey = 'testKey'; private static $encryptionKey = 'testKey';
/** /**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment