Skip to content

Commit

Permalink
docs: update code block syntax in encryption documentation to use PHP
Browse files Browse the repository at this point in the history
  • Loading branch information
huangdijia committed Dec 31, 2024
1 parent ffebb3f commit 54d74af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/zh-cn/components/encryption.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ php bin/hyperf.php vendor:publish friendsofhyperf/encryption

## 使用

```shell
```php
$encryptString = encrypt($string);
$decryptString = decrypt($encryptString);
```

0 comments on commit 54d74af

Please sign in to comment.