Skip to content

Commit b1b7d16

Browse files
kenjisMGatner
andauthored
docs: add missing "use"
Co-authored-by: MGatner <mgatner@icloud.com>
1 parent edd31c0 commit b1b7d16

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

admin/framework/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"ext-readline": "Improves CLI::input() usability",
4444
"ext-redis": "If you use Cache class RedisHandler",
4545
"ext-simplexml": "If you format XML",
46-
"ext-sodium": "If you Encryption SodiumHandler",
46+
"ext-sodium": "If you use Encryption SodiumHandler",
4747
"ext-sqlite3": "If you use SQLite3",
4848
"ext-sqlsrv": "If you use SQL Server",
4949
"ext-xdebug": "If you use CIUnitTestCase::assertHeaderEmitted()"

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"ext-readline": "Improves CLI::input() usability",
5353
"ext-redis": "If you use Cache class RedisHandler",
5454
"ext-simplexml": "If you format XML",
55-
"ext-sodium": "If you Encryption SodiumHandler",
55+
"ext-sodium": "If you use Encryption SodiumHandler",
5656
"ext-sqlite3": "If you use SQLite3",
5757
"ext-sqlsrv": "If you use SQL Server",
5858
"ext-xdebug": "If you use CIUnitTestCase::assertHeaderEmitted()"

0 commit comments

Comments
 (0)