Skip to content

Commit 246a7af

Browse files
committed
docs: fix incorrect sample value for 'cipher'
1 parent ba75eed commit 246a7af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • user_guide_src/source/libraries/encryption
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
<?php
22

3-
$encrypter = $encryption->initialize(['cipher' => '3des']);
3+
$encrypter = $encryption->initialize(['cipher' => 'AES-256-CTR']);

0 commit comments

Comments
 (0)