Skip to content

Commit a81f9c9

Browse files
committed
Update IDE stubs
1 parent dcfafc1 commit a81f9c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ide/stubs/Phalcon/db/Adapter.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,14 +53,14 @@ abstract class Adapter implements \Phalcon\Db\AdapterInterface, \Phalcon\Events\
5353
/**
5454
* Active SQL bound parameter variables
5555
*
56-
* @var string
56+
* @var array
5757
*/
5858
protected $_sqlVariables;
5959

6060
/**
6161
* Active SQL Bind Types
6262
*
63-
* @var string
63+
* @var array
6464
*/
6565
protected $_sqlBindTypes;
6666

0 commit comments

Comments
 (0)