Commit e89bfc8d authored by chtito's avatar chtito

fix for the accessor configuration constants

parent 5d449f6a
......@@ -196,6 +196,10 @@ final class Doctrine {
* ACCESSOR CONSTANTS
*/
/**
* constant for no accessors
*/
const ACCESSOR_NONE = 0;
/**
* constant for get accessors
*/
......@@ -207,7 +211,7 @@ final class Doctrine {
/**
* constant for both accessors get and set
*/
const ACCESSOR_BOTH = 4;
const ACCESSOR_BOTH = 3;
/**
* PORTABILITY CONSTANTS
......
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