Commit 75284895 authored by zYne's avatar zYne

--no commit message

--no commit message
parent 1b96c5da
...@@ -33,7 +33,7 @@ class Doctrine_Locking_Manager_Pessimistic ...@@ -33,7 +33,7 @@ class Doctrine_Locking_Manager_Pessimistic
/** /**
* The datasource that is used by the locking manager * The datasource that is used by the locking manager
* *
* @var PDO object * @var Doctrine_Connection object
*/ */
private $_dataSource; private $_dataSource;
/** /**
...@@ -41,6 +41,7 @@ class Doctrine_Locking_Manager_Pessimistic ...@@ -41,6 +41,7 @@ class Doctrine_Locking_Manager_Pessimistic
*/ */
private $_lockTable = 'doctrine_lock_tracking'; private $_lockTable = 'doctrine_lock_tracking';
/** /**
* Constructs a new locking manager object * Constructs a new locking manager object
* *
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment