Skip to content

Commit

Permalink
[privacy] fix PHP code highlighting
Browse files Browse the repository at this point in the history
  • Loading branch information
capcom6 committed Nov 3, 2024
1 parent 11a6653 commit feb8df4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/privacy/encryption.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ Or use one of the following realization:
### [PHP](https://github.com/capcom6/android-sms-gateway-php/blob/master/src/Encryptor.php)

```php
<?php

class Encryptor {
protected string $passphrase;
protected int $iterationCount;
Expand Down

0 comments on commit feb8df4

Please sign in to comment.