Browse Source

[php] PDO::ATTR_DRIVER_NAME is an integer (#10319)

Cédric Belin 4 years ago
parent
commit
5a22c5ce4c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      std/php/db/PDO.hx

+ 1 - 1
std/php/db/PDO.hx

@@ -61,7 +61,7 @@ extern class PDO {
 	@:phpClassConst static final ATTR_CASE:Int;
 	@:phpClassConst static final ATTR_CASE:Int;
 	@:phpClassConst static final ATTR_CURSOR_NAME:Int;
 	@:phpClassConst static final ATTR_CURSOR_NAME:Int;
 	@:phpClassConst static final ATTR_CURSOR:Int;
 	@:phpClassConst static final ATTR_CURSOR:Int;
-	@:phpClassConst static final ATTR_DRIVER_NAME:String;
+	@:phpClassConst static final ATTR_DRIVER_NAME:Int;
 	@:phpClassConst static final ATTR_ORACLE_NULLS:Int;
 	@:phpClassConst static final ATTR_ORACLE_NULLS:Int;
 	@:phpClassConst static final ATTR_PERSISTENT:Int;
 	@:phpClassConst static final ATTR_PERSISTENT:Int;
 	@:phpClassConst static final ATTR_STATEMENT_CLASS:Int;
 	@:phpClassConst static final ATTR_STATEMENT_CLASS:Int;