Skip to content

Commit b09a933

Browse files
arnaud-lbmvorisek
andauthored
Update ext/pdo/pdo_dbh.c
Co-authored-by: Michael Voříšek <[email protected]>
1 parent 4ce5dcb commit b09a933

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/pdo/pdo_dbh.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1340,7 +1340,7 @@ static void cls_method_pdtor(zval *el) /* {{{ */ {
13401340
}
13411341
/* }}} */
13421342

1343-
/* We can not add #[Deprecated] attributes in @generate-function-entries stubs,
1343+
/* We cannot add #[Deprecated] attributes in @generate-function-entries stubs,
13441344
* and PDO drivers have no way to add them either, so we hard-code deprecation
13451345
* info here and add the attribute manually in pdo_hash_methods() */
13461346
struct driver_specific_method_deprecation {

0 commit comments

Comments
 (0)