Skip to content

Commit 45728c2

Browse files
authored
fix typo
1 parent 777c30e commit 45728c2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,9 @@ Polyfills are provided for:
6969
- the `Random\Engine` interface introduced in PHP 8.2;
7070
- the `Random\CryptoSafeEngine` interface introduced in PHP 8.2;
7171
- the `Random\Engine\Secure` class introduced in PHP 8.2 (check [arokettu/random-polyfill](https://packagist.org/packages/arokettu/random-polyfill) for more engines);
72-
- the `odbc_connection_string_is_quoted` function introduced in PHP 8.2
73-
- the `odbc_connection_string_should_quote` function introduced in PHP 8.2
74-
- the `odbc_connection_string_quote` function introduced in PHP 8.2
72+
- the `odbc_connection_string_is_quoted` function introduced in PHP 8.2;
73+
- the `odbc_connection_string_should_quote` function introduced in PHP 8.2;
74+
- the `odbc_connection_string_quote` function introduced in PHP 8.2;
7575
- the `json_validate` function introduced in PHP 8.3;
7676
- the `Override` attribute introduced in PHP 8.3;
7777
- the `mb_str_pad` function introduced in PHP 8.3;

0 commit comments

Comments
 (0)