Skip to content

Commit

Permalink
Cleaned Phalcon\Db\Adapter
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeyklay committed Jul 23, 2016
1 parent 638b1c9 commit dd5e099
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions phalcon/db/adapter.zep
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
+------------------------------------------------------------------------+
| Phalcon Framework |
+------------------------------------------------------------------------+
| Copyright (c) 2011-2016 Phalcon Team (https://phalconphp.com) |
| Copyright (c) 2011-2016 Phalcon Team (https://phalconphp.com) |
+------------------------------------------------------------------------+
| This source file is subject to the New BSD License that is bundled |
| with this package in the file docs/LICENSE.txt. |
Expand Down Expand Up @@ -31,7 +31,6 @@ use Phalcon\Events\ManagerInterface;
*/
abstract class Adapter implements EventsAwareInterface
{

/**
* Event Manager
*
Expand All @@ -41,10 +40,8 @@ abstract class Adapter implements EventsAwareInterface

/**
* Descriptor used to connect to a database
*
* @var \stdClass
*/
protected _descriptor;
protected _descriptor = [];

/**
* Name of the dialect used
Expand Down

0 comments on commit dd5e099

Please sign in to comment.