Skip to content

Commit c0c7698

Browse files
committed
Fix CS
1 parent 39944dd commit c0c7698

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/ext/session/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ add_dependencies(
7272
php_session
7373
php_date
7474
php_random
75-
php_spl # For spl autoloading https://bugs.php.net/53141 (optonal dependency).
75+
php_spl # Optional dependency for spl autoloading https://bugs.php.net/53141
7676
)
7777

7878
# Check whether pread() and pwrite() work.

0 commit comments

Comments
 (0)